update v1.0.5
This commit is contained in:
@@ -6,6 +6,6 @@ class Group_assign_department extends Model {
|
||||
|
||||
protected $table = 'group_assign_department';
|
||||
|
||||
protected $fillable = ['group_id','id','department_id'];
|
||||
protected $fillable = ['group_id','department_id'];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user