Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0fcf6d4

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /