mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-04 04:24:26 +00:00
Update more code.
This commit is contained in:
@@ -44,9 +44,9 @@ use Illuminate\Support\Facades\Log;
|
||||
*/
|
||||
class TransactionGroupTransformer extends AbstractTransformer
|
||||
{
|
||||
private TransactionGroupRepositoryInterface $groupRepos;
|
||||
private array $metaDateFields;
|
||||
private array $metaFields;
|
||||
private readonly TransactionGroupRepositoryInterface $groupRepos;
|
||||
private readonly array $metaDateFields;
|
||||
private readonly array $metaFields;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
||||
Reference in New Issue
Block a user