Run CS fixer

This commit is contained in:
James Cole
2022-11-02 05:02:09 +01:00
parent 817a9f57c4
commit 409b4fe4d9
3 changed files with 18 additions and 18 deletions

View File

@@ -198,7 +198,7 @@ class PiggyBank extends Model
protected function targetamount(): Attribute
{
return Attribute::make(
get: fn($value) => (string) $value,
get: fn ($value) => (string) $value,
);
}
}