Merge pull request #294 from ladybirdweb/analysis-8mrlQW

Applied fixes from StyleCI
This commit is contained in:
Manish Verma
2016-11-04 15:36:40 +05:30
committed by GitHub

View File

@@ -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);