Ken hace 1 mes
padre
commit
210913a98c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/Services/FixtureService.php

+ 2 - 0
app/Services/FixtureService.php

@@ -78,6 +78,8 @@ static function index()
                     'league_en' => $item['league']['name'],
                     'state' => $status[$item['fixture']['status']['short']],//比赛状态:0未开始1进行中2已完场3延期4取消
                     'game_time' => $item['fixture']['timestamp'],
+                    'created_at' => now(),
+                    'updated_at' => now(),
                 ];
             }
         }