Skip to content
Snippets Groups Projects
Commit c0e3aebc authored by Steven Ayers's avatar Steven Ayers Committed by Daniel Cothran
Browse files

Issue #3491360 by bluegeek9, nikathone: Issues Reported by PHPstan

parent 35b8ef9e
No related branches found
No related tags found
1 merge request!123Issue #3491360 by bluegeek9: Issues Reported by PHPstan
Pipeline #384069 passed with warnings
......@@ -28,6 +28,7 @@ class ChartManager extends DefaultPluginManager {
public function __construct(\Traversable $namespaces, CacheBackendInterface $cache_backend, ModuleHandlerInterface $module_handler) {
parent::__construct('Plugin/chart/Library', $namespaces, $module_handler, 'Drupal\charts\Plugin\chart\Library\ChartInterface', 'Drupal\charts\Annotation\Chart');
$this->setCacheBackend($cache_backend, 'chart');
$this->alterInfo('charts_chart_library');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment