mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	Merge branch 'dev' of https://github.com/v2board/v2board into dev
This commit is contained in:
		| @@ -50,7 +50,7 @@ class StatServerJob implements ShouldQueue | |||||||
|  |  | ||||||
|         $data = StatServer::lockForUpdate() |         $data = StatServer::lockForUpdate() | ||||||
|             ->where('record_at', $recordAt) |             ->where('record_at', $recordAt) | ||||||
|             ->where('server_id', $this->server->id) |             ->where('server_id', $this->server['id']) | ||||||
|             ->where('server_type', $this->protocol) |             ->where('server_type', $this->protocol) | ||||||
|             ->first(); |             ->first(); | ||||||
|         if ($data) { |         if ($data) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user