mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 10:39:28 +00:00
Code cleanup
This commit is contained in:
@@ -103,6 +103,6 @@ class PiggyBankRepetition extends Model
|
||||
*/
|
||||
public function setCurrentamountAttribute($value)
|
||||
{
|
||||
$this->attributes['currentamount'] = strval($value);
|
||||
$this->attributes['currentamount'] = (string)$value;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user