mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Update code to use php 8.4 code, using Nestor.
This commit is contained in:
@@ -35,7 +35,7 @@ use FireflyIII\User;
|
||||
*/
|
||||
class TransactionGroupFactory
|
||||
{
|
||||
private TransactionJournalFactory $journalFactory;
|
||||
private readonly TransactionJournalFactory $journalFactory;
|
||||
private User $user;
|
||||
private UserGroup $userGroup;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user