Browse Source

change variable name

Taylor Otwell 5 years ago
parent
commit
03ac80b779
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bootstrap/app.php

+ 1 - 1
bootstrap/app.php

@@ -12,7 +12,7 @@
 */
 */
 
 
 $app = new Illuminate\Foundation\Application(
 $app = new Illuminate\Foundation\Application(
-    $_ENV['LARAVEL_BASE_PATH'] ?? dirname(__DIR__)
+    $_ENV['APP_BASE_PATH'] ?? dirname(__DIR__)
 );
 );
 
 
 /*
 /*