add import ChatNotificationModel

This commit is contained in:
amazuecos
2025-04-04 01:32:50 +02:00
parent 398afbaeda
commit c832af90d0

View File

@ -1,6 +1,7 @@
<?php
namespace App\Entities\Usuarios;
use App\Models\ChatNotification;
use CodeIgniter\Shield\Entities\User;
class UserEntity extends User