mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Fix phpstan issues.
This commit is contained in:
@@ -60,7 +60,7 @@ class ObjectGroupTransformer extends AbstractTransformer
|
||||
'created_at' => $objectGroup->created_at?->toAtomString(),
|
||||
'updated_at' => $objectGroup->updated_at?->toAtomString(),
|
||||
'title' => $objectGroup->title,
|
||||
'order' => (int)$objectGroup->order,
|
||||
'order' => $objectGroup->order,
|
||||
'links' => [
|
||||
[
|
||||
'rel' => 'self',
|
||||
|
||||
Reference in New Issue
Block a user