Skip to content

Commit f22d7c3

Browse files
committed
static call to allow call from child
1 parent c118174 commit f22d7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static function create(ContainerInterface $container = null): App
3333

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

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

3939
return $app;

0 commit comments

Comments
 (0)