Completed
Push — master ( 2a5f2d...1bf18c )
by Jared
01:42 queued 10s
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.