update for version 1.0.1
This commit is contained in:
11
code/app/Model/helpdesk/Agent/Group_assign_department.php
Normal file
11
code/app/Model/helpdesk/Agent/Group_assign_department.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php namespace App\Model\helpdesk\Agent;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Group_assign_department extends Model {
|
||||
|
||||
protected $table = 'group_assign_department';
|
||||
|
||||
protected $fillable = ['group_id','id','department_id'];
|
||||
|
||||
}
|
Reference in New Issue
Block a user