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 fd5b578 commit 0fcf6d4Copy full SHA for 0fcf6d4
src/boot/laravel.php
@@ -2,9 +2,9 @@
2
3
define('LARAVEL_START', microtime(true));
4
5
-require LARAVEL_CODERUNNER_PROJECT_ROOT.'/../vendor/autoload.php';
+require LARAVEL_CODERUNNER_PROJECT_ROOT . '/../vendor/autoload.php';
6
7
-$app = require_once LARAVEL_CODERUNNER_PROJECT_ROOT.'/../bootstrap/app.php';
+$app = require_once LARAVEL_CODERUNNER_PROJECT_ROOT . '/../bootstrap/app.php';
8
9
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
10
0 commit comments