Updates
This commit is contained in:
14
app/Model/helpdesk/NotificationOld/UserNotification.php
Normal file
14
app/Model/helpdesk/NotificationOld/UserNotification.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Model\helpdesk\Notification;
|
||||
|
||||
use App\BaseModel;
|
||||
|
||||
class UserNotification extends BaseModel
|
||||
{
|
||||
protected $table = 'user_notification';
|
||||
protected $fillable = [
|
||||
|
||||
'notification_id', 'user_id', 'is_read',
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user