mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
planning plana
This commit is contained in:
@ -22,7 +22,7 @@ use CodeIgniter\Email\Email;
|
||||
class ChatService extends BaseService
|
||||
{
|
||||
protected ?ChatEntity $chatEntity;
|
||||
protected Email $emailService;
|
||||
protected EmailService $emailService;
|
||||
protected UserModel $userModel;
|
||||
protected ChatModel $chatModel;
|
||||
protected ChatMessageModel $chatMessageModel;
|
||||
|
||||
Reference in New Issue
Block a user