File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ return [
52
52
* Threshold level for the N+1 query detection. If a relation query will be
53
53
* executed more then this amount, the detector will notify you about it.
54
54
*/
55
- 'threshold' => (int) env('QUERY_DETECTOR_TRESHOLD ', 1),
55
+ 'threshold' => (int) env('QUERY_DETECTOR_THRESHOLD ', 1),
56
56
57
57
/*
58
58
* Here you can whitelist model relations.
Original file line number Diff line number Diff line change 11
11
* Threshold level for the N+1 query detection. If a relation query will be
12
12
* executed more then this amount, the detector will notify you about it.
13
13
*/
14
- 'threshold ' => (int ) env ('QUERY_DETECTOR_TRESHOLD ' , 1 ),
14
+ 'threshold ' => (int ) env ('QUERY_DETECTOR_THRESHOLD ' , 1 ),
15
15
16
16
/*
17
17
* Here you can whitelist model relations.
You can’t perform that action at this time.
0 commit comments