Don't run in debug mode

This commit is contained in:
James Brooks
2015-01-04 10:46:40 +00:00
parent c439f27fbd
commit 28b04d8798

View File

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