Skip to content

Commit

Permalink
fix upgrate errors
Browse files Browse the repository at this point in the history
  • Loading branch information
igaster committed Mar 14, 2015
1 parent f9deedc commit 1bcd62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function register(){
| Is package enabled?
|--------------------------------------------------------------------------*/

if (Config::has('themes') && !Config::get('themes.enabled'))
if (Config::has('themes') && !Config::get('themes.enabled', true))
return;

/*--------------------------------------------------------------------------
Expand Down

0 comments on commit 1bcd62e

Please sign in to comment.