mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-22 10:08:31 -05:00
(Update) CRUDDY PT.3 🚀
This commit is contained in:
@@ -523,14 +523,14 @@ class ChatController extends Controller
|
||||
return response($user);
|
||||
}
|
||||
|
||||
public function updateUserTarget(Request $request, $id)
|
||||
public function updateUserTarget($id)
|
||||
{
|
||||
$user = User::with(['chatStatus', 'chatroom', 'group', 'echoes'])->findOrFail($id);
|
||||
|
||||
return response($user);
|
||||
}
|
||||
|
||||
public function updateBotTarget(Request $request, $id)
|
||||
public function updateBotTarget($id)
|
||||
{
|
||||
$user = User::with(['chatStatus', 'chatroom', 'group', 'echoes'])->findOrFail($id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user