mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -141,7 +141,7 @@ class ServerService | ||||
|         $serverLog = ServerLog::where('user_id', $userId) | ||||
|             ->where('server_id', $serverId) | ||||
|             ->where('created_at', '>=', strtotime(date('Y-m-d h:00:00'))) | ||||
|             ->orderBy('DESC', 'created_at') | ||||
|             ->orderBy('created_at', 'DESC') | ||||
|             ->first(); | ||||
|         if ($serverLog) { | ||||
|             $serverLog->u = $serverLog->u + $u; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user