mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 00:27:30 +00:00
Code cleanup.
This commit is contained in:
@@ -32,8 +32,6 @@ use Illuminate\Support\Collection;
|
||||
|
||||
/**
|
||||
* Class RequestedReportOnJournals
|
||||
*
|
||||
|
||||
*/
|
||||
class RequestedReportOnJournals
|
||||
{
|
||||
@@ -46,9 +44,6 @@ class RequestedReportOnJournals
|
||||
|
||||
/**
|
||||
* Create a new event instance.
|
||||
*
|
||||
* @param int $userId
|
||||
* @param Collection $groups
|
||||
*/
|
||||
public function __construct(int $userId, Collection $groups)
|
||||
{
|
||||
|
Reference in New Issue
Block a user