Fix default error config values.

This commit is contained in:
Taylor Otwell 2011-07-11 12:14:06 -07:00
parent a6d1449b40
commit d2d5127fcf
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
|
*/
'detail' => false,
'detail' => true,
/*
|--------------------------------------------------------------------------
@ -26,7 +26,7 @@
|
*/
'log' => true,
'log' => false,
/*
|--------------------------------------------------------------------------