Applied fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
aab529edbd
commit
5df5eddf00
@@ -11,7 +11,6 @@ class Ticket_attachments extends Model
|
||||
'id', 'thread_id', 'name', 'size', 'type', 'file', 'data', 'poster', 'updated_at', 'created_at',
|
||||
];
|
||||
|
||||
|
||||
public function setFileAttribute($value)
|
||||
{
|
||||
$this->attributes['file'] = base64_encode($value);
|
||||
|
Reference in New Issue
Block a user