Disable debugging by default. Must opt-in for local.

This commit is contained in:
Taylor Otwell
2014-04-15 08:34:29 -05:00
parent af70922759
commit dff012070e
2 changed files with 19 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ return array(
|
*/
'debug' => true,
'debug' => false,
/*
|--------------------------------------------------------------------------