seven hai 1 mes
pai
achega
d1ee33c343
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Services/SyncFootballDataService.php

+ 1 - 1
app/Services/SyncFootballDataService.php

@@ -83,7 +83,7 @@ public static function syncLeagues($params = [])
     {
         $result = app('api-football')->leagues($params);
 
-        $result = json_decode(file_get_contents(storage_path('logs/leagues.log')), true);
+        // $result = json_decode(file_get_contents(storage_path('logs/leagues.log')), true);
         $response = $result['response'] ?? [];
         
         if (empty($response)) {