Completed
Push — master ( ee5070...a8860f )
by Scott
03:33
created
controllers/Discounts.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,10 +39,10 @@
 block discarded – undo
39 39
     public function listExtendQuery($query)
40 40
     {
41 41
         $query->with([
42
-            'categories' => function ($category) {
42
+            'categories' => function($category) {
43 43
                 return $category->select('name');
44 44
             },
45
-            'products' => function ($product) {
45
+            'products' => function($product) {
46 46
                 return $product->select('name');
47 47
             },
48 48
         ])->selectStatus();
Please login to merge, or discard this patch.