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 c4f4a72 + 451c9fd commit 51a7e11Copy full SHA for 51a7e11
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