lip пре 3 недеља
родитељ
комит
5ee78151ec
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Http/Controllers/admin/Sport.php

+ 1 - 1
app/Http/Controllers/admin/Sport.php

@@ -87,7 +87,7 @@ class Sport extends Controller
         } catch (Exception $e) {
             return $this->error(HttpStatus::CUSTOM_ERROR,$e->getMessage());
         }
-        return $this->success(['total' => $count, 'data' => $list,'start_time' => $query]);
+        return $this->success(['total' => $count, 'data' => $list]);
 
     }