@@ -58,7 +58,7 @@ |
||
| 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 | }); |