Apply fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
9fe479b141
commit
ed3bbd76d7
@@ -8,6 +8,6 @@ class Ticket_Collaborator extends BaseModel
|
||||
{
|
||||
protected $table = 'ticket_collaborator';
|
||||
protected $fillable = [
|
||||
'id', 'isactive', 'ticket_id', 'user_id', 'role', 'updated_at', 'created_at',
|
||||
];
|
||||
'id', 'isactive', 'ticket_id', 'user_id', 'role', 'updated_at', 'created_at',
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user