Applied fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
1dcdb864ab
commit
02561e2cd3
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user