Skip to content

Commit

Permalink
static call to allow call from child
Browse files Browse the repository at this point in the history
  • Loading branch information
iGroovyboy committed May 26, 2021
1 parent c118174 commit f22d7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function create(ContainerInterface $container = null): App

$container->set(App::class, $app);

$controllerInvoker = self::createControllerInvoker($container);
$controllerInvoker = static::createControllerInvoker($container);
$app->getRouteCollector()->setDefaultInvocationStrategy($controllerInvoker);

return $app;
Expand Down

0 comments on commit f22d7c3

Please sign in to comment.