Applied fixes from StyleCI

This commit is contained in:
Manish Verma
2016-11-04 10:06:19 +00:00
committed by StyleCI Bot
parent aab529edbd
commit 5df5eddf00

View File

@@ -11,7 +11,6 @@ class Ticket_attachments extends Model
'id', 'thread_id', 'name', 'size', 'type', 'file', 'data', 'poster', 'updated_at', 'created_at', 'id', 'thread_id', 'name', 'size', 'type', 'file', 'data', 'poster', 'updated_at', 'created_at',
]; ];
public function setFileAttribute($value) public function setFileAttribute($value)
{ {
$this->attributes['file'] = base64_encode($value); $this->attributes['file'] = base64_encode($value);