mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
typo
This commit is contained in:
parent
6e57976075
commit
abafc4ce6f
@ -26,7 +26,7 @@ class AccountTransformer extends EntityTransformer
|
|||||||
|
|
||||||
public function includeExpenseCategories(Account $account)
|
public function includeExpenseCategories(Account $account)
|
||||||
{
|
{
|
||||||
$transformer = new ExpenseTransformer($account, $this->serializer);
|
$transformer = new ExpenseCategoryTransformer($account, $this->serializer);
|
||||||
return $this->includeCollection($account->expenseCategories, $transformer, ENTITY_EXPENSE_CATEGORIES);
|
return $this->includeCollection($account->expenseCategories, $transformer, ENTITY_EXPENSE_CATEGORIES);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user