ソースを参照

Merge branch 'dev' of https://github.com/v2board/v2board into dev

tokumeikoi 2 年 前
コミット
b0687b9dfd
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Jobs/StatServerJob.php

+ 1 - 1
app/Jobs/StatServerJob.php

@@ -50,7 +50,7 @@ class StatServerJob implements ShouldQueue
 
         $data = StatServer::lockForUpdate()
             ->where('record_at', $recordAt)
-            ->where('server_id', $this->server->id)
+            ->where('server_id', $this->server['id'])
             ->where('server_type', $this->protocol)
             ->first();
         if ($data) {