Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

Commit b130844

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/profiler.php

Lines changed: 2 additions & 2 deletions
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)