APPLE пре 3 година
родитељ
комит
b30b6808dd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Services/Common/TradeService.php

+ 1 - 1
app/Services/Common/TradeService.php

@@ -114,6 +114,6 @@ class TradeService extends BaseService
                 }
             })
             ->groupBy('status')
-            ->count('id');
+            ->count();
     }
 }