mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
🤖 Auto commit for release 'develop' on 2026-01-24
This commit is contained in:
@@ -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
|
||||
) {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user