Skip to content

Commit 0fcf6d4

Browse files
committed
phpcs
1 parent fd5b578 commit 0fcf6d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/boot/laravel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
define('LARAVEL_START', microtime(true));
44

5-
require LARAVEL_CODERUNNER_PROJECT_ROOT.'/../vendor/autoload.php';
5+
require LARAVEL_CODERUNNER_PROJECT_ROOT . '/../vendor/autoload.php';
66

7-
$app = require_once LARAVEL_CODERUNNER_PROJECT_ROOT.'/../bootstrap/app.php';
7+
$app = require_once LARAVEL_CODERUNNER_PROJECT_ROOT . '/../bootstrap/app.php';
88

99
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
1010

0 commit comments

Comments
 (0)