Skip to content

Commit 03ac80b

Browse files
committed
change variable name
1 parent 071a05b commit 03ac80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313

1414
$app = new Illuminate\Foundation\Application(
15-
$_ENV['LARAVEL_BASE_PATH'] ?? dirname(__DIR__)
15+
$_ENV['APP_BASE_PATH'] ?? dirname(__DIR__)
1616
);
1717

1818
/*

0 commit comments

Comments
 (0)