We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c118174 commit f22d7c3Copy full SHA for f22d7c3
src/Bridge.php
@@ -33,7 +33,7 @@ public static function create(ContainerInterface $container = null): App
33
34
$container->set(App::class, $app);
35
36
- $controllerInvoker = self::createControllerInvoker($container);
+ $controllerInvoker = static::createControllerInvoker($container);
37
$app->getRouteCollector()->setDefaultInvocationStrategy($controllerInvoker);
38
39
return $app;
0 commit comments