Fix default error config values.

This commit is contained in:
Taylor Otwell
2011-07-11 12:14:06 -07:00
parent a6d1449b40
commit d2d5127fcf

View File

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