Turn on profiler by default.

Signed-off-by: Taylor Otwell <[email protected]>
This commit is contained in:
Taylor Otwell
2012-04-04 14:21:38 -05:00
parent 943309e00a
commit c1582e7c84
+1 -1
View File
@@ -54,7 +54,7 @@ return array(
|
*/
'profiler' => false,
'profiler' => true,
/*
|--------------------------------------------------------------------------