planning plana

This commit is contained in:
amazuecos
2025-03-29 11:07:36 +01:00
parent 47455cd9c2
commit 8c64b678fe
28 changed files with 655 additions and 209 deletions

View File

@ -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;