v1.0.3.4
This commit is contained in:
11
app/Model/helpdesk/Utility/Log_notification.php
Normal file
11
app/Model/helpdesk/Utility/Log_notification.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php namespace App\Model\helpdesk\Utility;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Log_notification extends Model {
|
||||
|
||||
protected $table = 'log_notification';
|
||||
|
||||
protected $fillable = ['id', 'log'];
|
||||
|
||||
}
|
Reference in New Issue
Block a user