Merge pull request #298 from ladybirdweb/analysis-zGJWMl

Applied fixes from StyleCI
This commit is contained in:
Manish Verma
2016-11-07 15:38:49 +05:30
committed by GitHub

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;