Completed
Push — master ( 91f666...3f0f06 )
by Jared
01:52
created
src/Query.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -487,7 +487,7 @@
 block discarded – undo
487 487
 
488 488
         $in = $foreignKey.' IN ('.implode(',', $uniqueIds).')';
489 489
         $models = $modelClass::where($in)
490
-                             ->first(self::MAX_LIMIT);
490
+                                ->first(self::MAX_LIMIT);
491 491
 
492 492
         $result = [];
493 493
         foreach ($models as $model) {
Please login to merge, or discard this patch.