Tweaking setup.

This commit is contained in:
Taylor Otwell
2014-12-04 21:13:15 -06:00
parent 48d1a0ce36
commit 9309699de1
10 changed files with 11 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ return [
|
*/
'debug' => getenv('APP_DEBUG') ?: false,
'debug' => (bool) getenv('APP_DEBUG') ?: false,
/*
|--------------------------------------------------------------------------