File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ return [
5252 * Threshold level for the N+1 query detection. If a relation query will be
5353 * executed more then this amount, the detector will notify you about it.
5454 */
55- 'threshold' => (int) env('QUERY_DETECTOR_TRESHOLD ', 1),
55+ 'threshold' => (int) env('QUERY_DETECTOR_THRESHOLD ', 1),
5656
5757 /*
5858 * Here you can whitelist model relations.
Original file line number Diff line number Diff line change 1111 * Threshold level for the N+1 query detection. If a relation query will be
1212 * executed more then this amount, the detector will notify you about it.
1313 */
14- 'threshold ' => (int ) env ('QUERY_DETECTOR_TRESHOLD ' , 1 ),
14+ 'threshold ' => (int ) env ('QUERY_DETECTOR_THRESHOLD ' , 1 ),
1515
1616 /*
1717 * Here you can whitelist model relations.
You can’t perform that action at this time.
0 commit comments