Completed
Branch next (9144f5)
by Scott
03:07 queued 51s
created
controllers/Categories.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
         $this->asExtension('ReorderController')->onReorder();
59 59
 
60 60
         // queue up a job to sync all products with their inherited categories
61
-        Queue::push(function ($job) {
61
+        Queue::push(function($job) {
62 62
             Product::syncAllCategories();
63 63
             $job->delete();
64 64
         });
Please login to merge, or discard this patch.