Skip to content

Commit 6af8eed

Browse files
authored
Merge pull request #93 from jvdovec/patch-1
Fix typo - then -> than
2 parents 40c7e16 + d12d3b0 commit 6af8eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/*
1111
* 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.
12+
* executed more than this amount, the detector will notify you about it.
1313
*/
1414
'threshold' => (int) env('QUERY_DETECTOR_THRESHOLD', 1),
1515

0 commit comments

Comments
 (0)