mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-23 07:55:28 -07:00
🤖 Auto commit for release 'develop' on 2026-01-23
This commit is contained in:
@@ -39,6 +39,6 @@ class WebhookResponse extends Model
|
||||
*/
|
||||
protected function key(): Attribute
|
||||
{
|
||||
return Attribute::make(get: static fn($value): int => (int) $value);
|
||||
return Attribute::make(get: static fn ($value): int => (int) $value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user