Skip to content

Commit b130844

Browse files
author
aa6my
authored
Update profiler.php
We don't want Eloquent enabled by default
1 parent 9a9c683 commit b130844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/profiler.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$config['memory_usage'] = TRUE;
1515
$config['post'] = TRUE;
1616
$config['queries'] = TRUE;
17-
$config['eloquent'] = TRUE;
17+
$config['eloquent'] = FALSE;
1818
$config['uri_string'] = TRUE;
1919
$config['view_data'] = TRUE;
20-
$config['query_toggle_count'] = 50;
20+
$config['query_toggle_count'] = 50;

0 commit comments

Comments
 (0)