Commit d2d5127f authored by Taylor Otwell's avatar Taylor Otwell

Fix default error config values.

parent a6d1449b
......@@ -14,7 +14,7 @@ return array(
|
*/
'detail' => false,
'detail' => true,
/*
|--------------------------------------------------------------------------
......@@ -26,7 +26,7 @@ return array(
|
*/
'log' => true,
'log' => false,
/*
|--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment