Skip to content

Commit

Permalink
Fix issue on new installations
Browse files Browse the repository at this point in the history
  • Loading branch information
igaster committed Jun 28, 2017
1 parent 79e565a commit 8a5a67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Themes.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public function loadThemesJson(){
public function scanThemes(){

$parentThemes = [];
$themesConfig = config('themes.themes');
$themesConfig = config('themes.themes',[]);

foreach ($this->loadThemesJson() as $data) {
// Are theme settings overriden in config/themes.php?
Expand Down

0 comments on commit 8a5a67d

Please sign in to comment.