Applied fixes from StyleCI

This commit is contained in:
Sujit Prasad
2016-06-15 00:52:21 -04:00
committed by StyleCI Bot
parent b158c8e1ee
commit a6a7c762dc
41 changed files with 1456 additions and 1297 deletions

View File

@@ -21,12 +21,13 @@ class Ticket_Thread extends BaseModel
$this->attach()->delete();
parent::delete();
}
// public function setTitleAttribute($value) {
// $this->attributes['title'] = str_replace('"', "'", $value);
// }
public function getTitleAttribute($value) {
return str_replace('"', "'", $value);
}
public function getTitleAttribute($value)
{
return str_replace('"', "'", $value);
}
}