Completed
Push — master ( 5c5fd8...a69291 )
by Jared
02:18
created
src/Query.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -383,7 +383,7 @@
 block discarded – undo
383 383
 
384 384
         $in = 'id IN ('.implode(',', $uniqueIds).')';
385 385
         $models = $modelClass::where($in)
386
-                             ->first(self::MAX_LIMIT);
386
+                                ->first(self::MAX_LIMIT);
387 387
 
388 388
         $result = [];
389 389
         foreach ($models as $model) {
Please login to merge, or discard this patch.