seven hace 1 mes
padre
commit
d1ee33c343
Se han modificado 1 ficheros con 1 adiciones y 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)) {