🤖 Auto commit for release 'develop' on 2026-01-24

This commit is contained in:
JC5
2026-01-24 13:57:28 +01:00
parent 844470bf08
commit 4a4f1ff055
50 changed files with 795 additions and 740 deletions

View File

@@ -1,4 +1,7 @@
<?php
declare(strict_types=1);
/*
* TransactionGroupsRequestedReporting.php
* Copyright (c) 2026 james@firefly-iii.org
@@ -32,6 +35,8 @@ class TransactionGroupsRequestedReporting extends Event
/**
* Create a new event instance.
*/
public function __construct(public int $userId, public Collection $groups) {}
public function __construct(
public int $userId,
public Collection $groups
) {}
}