mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-03 12:45:20 +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