mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 00:27:30 +00:00
Code cleanup
This commit is contained in:
@@ -52,7 +52,7 @@ class AccountMeta extends Model
|
||||
|
||||
public function getDataAttribute(mixed $value): string
|
||||
{
|
||||
return (string)json_decode($value, true);
|
||||
return (string) json_decode($value, true);
|
||||
}
|
||||
|
||||
public function setDataAttribute(mixed $value): void
|
||||
|
Reference in New Issue
Block a user