Skip to content
Snippets Groups Projects
Commit a531c2ac authored by Pascal Crott's avatar Pascal Crott
Browse files

Make sure default settings are always applied.

parent 9ae69663
No related branches found
No related merge requests found
Pipeline #360287 failed
......@@ -53,6 +53,7 @@ abstract class SpaLibraryPluginBase extends PluginBase implements SpaLibraryInte
*/
public function __construct(array $configuration, $plugin_id, $plugin_definition, ModuleHandlerInterface $module_handler) {
parent::__construct($configuration, $plugin_id, $plugin_definition);
$this->setConfiguration($configuration);
$this->moduleHandler = $module_handler;
}
......
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