We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8261d80 commit d12d3b0Copy full SHA for d12d3b0
config/config.php
@@ -9,7 +9,7 @@
9
10
/*
11
* Threshold level for the N+1 query detection. If a relation query will be
12
- * executed more then this amount, the detector will notify you about it.
+ * executed more than this amount, the detector will notify you about it.
13
*/
14
'threshold' => (int) env('QUERY_DETECTOR_THRESHOLD', 1),
15
0 commit comments