Skip to content

Commit

Permalink
Classloader improvements (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers committed Nov 30, 2022
1 parent 3579e1f commit e4f84db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ class ServiceProvider extends ModuleServiceProvider
*/
public function register()
{
parent::register();

$this->registerConsole();
$this->registerTwigParser();
$this->registerAssetBundles();
Expand Down

0 comments on commit e4f84db

Please sign in to comment.