Skip to content

Commit 4f58b65

Browse files
author
aa6my
committed
enable eloquent querylog for eloquent user
1 parent 78199e0 commit 4f58b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/profiler.php

+1-1
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'] = FALSE;
17+
$config['eloquent'] = TRUE;
1818
$config['uri_string'] = TRUE;
1919
$config['view_data'] = TRUE;
2020
$config['query_toggle_count'] = 50;

0 commit comments

Comments
 (0)