mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Code for #3240
This commit is contained in:
@@ -44,14 +44,10 @@ use Log;
|
||||
*/
|
||||
trait JournalServiceTrait
|
||||
{
|
||||
/** @var AccountRepositoryInterface */
|
||||
private $accountRepository;
|
||||
/** @var BudgetRepositoryInterface */
|
||||
private $budgetRepository;
|
||||
/** @var CategoryRepositoryInterface */
|
||||
private $categoryRepository;
|
||||
/** @var TagFactory */
|
||||
private $tagFactory;
|
||||
private AccountRepositoryInterface $accountRepository;
|
||||
private BudgetRepositoryInterface $budgetRepository;
|
||||
private CategoryRepositoryInterface $categoryRepository;
|
||||
private TagFactory $tagFactory;
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user