Skip to content

Commit

Permalink
Import behaviour plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
OctavianC committed Oct 25, 2023
1 parent 4c799de commit 487bf7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/src/Application/ConsoleApplication.php
Expand Up @@ -252,6 +252,7 @@ public function execute()
$this->populateHttpHost();

// Import CMS plugin groups to be able to subscribe to events
PluginHelper::importPlugin('behaviour', null, true, $this->getDispatcher());
PluginHelper::importPlugin('system', null, true, $this->getDispatcher());
PluginHelper::importPlugin('console', null, true, $this->getDispatcher());

Expand Down

0 comments on commit 487bf7f

Please sign in to comment.