@@ -602,7 +602,7 @@ |
||
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; |