Completed
Push — master ( a35aa7...5d5f60 )
by Andrii
13s
created
src/Collection.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -602,7 +602,7 @@
 block discarded – undo
602 602
     public function isBatch($options = [])
603 603
     {
604 604
         if (isset($options['batch'])) {
605
-           return (bool) $options['batch'];
605
+            return (bool) $options['batch'];
606 606
         }
607 607
 
608 608
         return  true;
Please login to merge, or discard this patch.