Skip to content

Commit 36bb021

Browse files
committed
set storage path on new app
1 parent 15f262e commit 36bb021

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Foundation/Console/ConfigCacheCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ protected function getFreshConfiguration()
8383
{
8484
$app = require $this->laravel->bootstrapPath().'/app.php';
8585

86+
$app->useStoragePath($this->laravel->storagePath());
87+
8688
$app->make(ConsoleKernelContract::class)->bootstrap();
8789

8890
return $app['config']->all();

0 commit comments

Comments
 (0)