typo
This commit is contained in:
parent
6e57976075
commit
abafc4ce6f
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class AccountTransformer extends EntityTransformer
|
|||
|
||||
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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue