mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -38,7 +38,9 @@ use Log;
|
||||
*/
|
||||
class RequestedReportOnJournals
|
||||
{
|
||||
use Dispatchable, InteractsWithSockets, SerializesModels;
|
||||
use Dispatchable;
|
||||
use InteractsWithSockets;
|
||||
use SerializesModels;
|
||||
|
||||
public Collection $groups;
|
||||
public int $userId;
|
||||
|
Reference in New Issue
Block a user