Completed
Push — master ( 36e8c5...2454a8 )
by Tom
12:20 queued 07:25
created
src/N98/Magento/Command/System/Cron/RunCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
         $runConfig = $jobConfig->run;
65 65
 
66 66
         if ($runConfig->model) {
67
-            if (!preg_match(self::REGEX_RUN_MODEL, (string) $runConfig->model, $run)) {
67
+            if (!preg_match(self::REGEX_RUN_MODEL, (string)$runConfig->model, $run)) {
68 68
                 throw new RuntimeException('Invalid model/method definition, expecting "model/class::method".');
69 69
             }
70 70
             $model = \Mage::getModel($run[1]);
Please login to merge, or discard this patch.