My first commit of codes
This commit is contained in:
11
app/Model/Manage/Sla_plan.php
Normal file
11
app/Model/Manage/Sla_plan.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php namespace App\Model\Manage;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Sla_plan extends Model
|
||||
{
|
||||
protected $table = 'sla_plan';
|
||||
protected $fillable = [
|
||||
'name', 'grace_period', 'admin_note', 'status', 'transient', 'ticket_overdue'
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user