Skip to content

Commit

Permalink
reload config after creating storage path
Browse files Browse the repository at this point in the history
  • Loading branch information
cbl authored Jul 31, 2020
1 parent e0c13cc commit 297813c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ public function registerPublishes()

if (!File::exists(storage_path('framework/styles'))) {
File::copyDirectory(__DIR__.'/../storage/', storage_path('framework/styles'));
$this->app->bind('config', $this->app->make('config'));
}
}
}

0 comments on commit 297813c

Please # to comment.