mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Clean up code, remove unused methods.
This commit is contained in:
@@ -66,7 +66,7 @@ class Note extends Model
|
||||
/**
|
||||
* @param $value
|
||||
*/
|
||||
public function setTextAttribute($value)
|
||||
public function setTextAttribute($value): void
|
||||
{
|
||||
$this->attributes['text'] = e($value);
|
||||
}
|
||||
|
Reference in New Issue
Block a user