There was an error while loading. Please reload this page.
1 parent dd3e831 commit b7e0803Copy full SHA for b7e0803
1 file changed
symfony/framework-bundle/8.1/public/index.php
@@ -4,6 +4,6 @@
4
5
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
6
7
-return function (array $context) {
+return static function (array $context) {
8
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
9
};
0 commit comments