Passed
Push — master ( 532076...f1d3c8 )
by Jonathan
11:51
created
app/Console/Commands/GenerateUuidCacheCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
             $this->info('Generating cache for <comment>'.$module->name.'</comment>');
44 44
 
45 45
             $modelClass = $module->model_class;
46
-            $modelClass::chunkById(300, function ($records) {
46
+            $modelClass::chunkById(300, function($records) {
47 47
                 foreach ($records as $record) {
48 48
                     $record->uuid; // Automaticaly generate cache (see \Uccello\Core\Support\Traits\UccelloModule getUuidAttribute())
49 49
                 }
Please login to merge, or discard this patch.