Files
faveo/app/Model/helpdesk/Utility/Log_notification.php
sujitprasad 5fc77c9205 v1.0.3.4
2015-12-24 18:39:37 +05:30

12 lines
208 B
PHP

<?php namespace App\Model\helpdesk\Utility;
use Illuminate\Database\Eloquent\Model;
class Log_notification extends Model {
protected $table = 'log_notification';
protected $fillable = ['id', 'log'];
}