Ken 2 tygodni temu
rodzic
commit
2c790c379b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Services/RebateService.php

+ 1 - 1
app/Services/RebateService.php

@@ -78,7 +78,7 @@ class RebateService extends BaseService
         $date = Carbon::now('America/New_York')->format('Y-m-d');
 
         $paginator = static::model()::where(self::getWhere($search))
-//            ->where('date', '<', $date)
+            ->where('date', '<', $date)
             ->orderByDesc('date')
             ->orderBy('status')
             ->orderByDesc('betting_amount')