mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	fix: ticket service
This commit is contained in:
		| @@ -10,7 +10,7 @@ use Illuminate\Support\Facades\Cache; | ||||
| use Illuminate\Support\Facades\DB; | ||||
|  | ||||
| class TicketService { | ||||
|     public function replayByAdmin($ticketId, $message, $userId):void | ||||
|     public function replyByAdmin($ticketId, $message, $userId):void | ||||
|     { | ||||
|         $ticket = Ticket::where('id', $ticketId) | ||||
|             ->first(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user