diff --git a/bootstrap/app.php b/bootstrap/app.php index e777b6a8..037e17df 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -12,7 +12,7 @@ */ $app = new Illuminate\Foundation\Application( - $_ENV['LARAVEL_BASE_PATH'] ?? dirname(__DIR__) + $_ENV['APP_BASE_PATH'] ?? dirname(__DIR__) ); /*