Skip to content

Commit

Permalink
change variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 21, 2018
1 parent 071a05b commit 03ac80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/

$app = new Illuminate\Foundation\Application(
$_ENV['LARAVEL_BASE_PATH'] ?? dirname(__DIR__)
$_ENV['APP_BASE_PATH'] ?? dirname(__DIR__)
);

/*
Expand Down

0 comments on commit 03ac80b

Please sign in to comment.