File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ public function hasManyThroughJson(
324324 if ($ firstKey instanceof JsonKey) {
325325 $ relationships [] = $ this ->hasManyJson ($ through , $ firstKey , $ localKey );
326326
327- $ relationships [] = $ through ->hasMany ($ related , $ secondKey , $ secondLocalKey );
327+ $ relationships [] = $ through ->hasMany ($ related , $ secondKey , $ secondLocalKey );
328328 } else {
329329 if (!method_exists ($ through , 'belongsToJson ' )) {
330330 //@codeCoverageIgnoreStart
@@ -334,7 +334,7 @@ public function hasManyThroughJson(
334334 // @codeCoverageIgnoreEnd
335335 }
336336
337- $ relationships [] = $ this ->hasMany ($ through , $ firstKey , $ localKey );
337+ $ relationships [] = $ this ->hasMany ($ through , $ firstKey , $ localKey );
338338
339339 $ relationships [] = $ through ->belongsToJson ($ related , $ secondLocalKey , $ secondKey );
340340 }
You can’t perform that action at this time.
0 commit comments