Skip to content

Commit

Permalink
Bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
simba77 committed Feb 18, 2023
1 parent f4455df commit d112309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/src/Modules/ComposerEventsHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static function preModuleUninstall(PackageEvent $event): void
public static function runApp(): void
{
$container = ContainerFactory::getContainer();
$application = new Application($container);
$application = $container->get(Application::class);
$application->run();
}

Expand Down

0 comments on commit d112309

Please sign in to comment.