turn off profile by default.

This commit is contained in:
Taylor Otwell
2013-01-10 16:07:46 -06:00
parent 53b94468cd
commit 6c177ab3b1

View File

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