This commit is contained in:
parent
1470554309
commit
b88e1feaca
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
$app = new Illuminate\Foundation\Application(
|
||||
$_ENV['APP_BASE_PATH'] ?? dirname(__DIR__)
|
||||
$_ENV['APP_BASE_PATH'] ?? dirname(__DIR__) ?? 'test'
|
||||
);
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue