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.
2 parents d41606b + 40a1a3a commit 451c9fdCopy full SHA for 451c9fd
migration.rst
@@ -268,7 +268,7 @@ could look something like this::
268
Request::setTrustedHosts([$trustedHosts]);
269
}
270
271
- $kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG'], dirname(__DIR__));
+ $kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
272
$request = Request::createFromGlobals();
273
$response = $kernel->handle($request);
274
0 commit comments