Applied fixes from StyleCI

This commit is contained in:
Manish Verma
2016-11-07 10:07:20 +00:00
committed by StyleCI Bot
parent 3c69d5ee9b
commit 2fafb76d98

View File

@@ -21,8 +21,10 @@ class Ticket_attachments extends Model
if (base64_decode($value, true) === false) {
$value = base64_encode($value);
}
return $value;
}
public function getFile()
{
$size = $this->size;