update 1.0.7
This commit is contained in:
14
app/Model/helpdesk/Notification/Notification.php
Normal file
14
app/Model/helpdesk/Notification/Notification.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Model\helpdesk\Notification;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Notification extends Model
|
||||
{
|
||||
protected $table = 'notifications';
|
||||
protected $fillable = [
|
||||
|
||||
'model_id', 'userid_created', 'type_id',
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user