Called the wrong method [skip ci]

This commit is contained in:
James Cole 2016-12-28 13:05:40 +01:00
parent 619500ca64
commit f6511bed32
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -217,7 +217,7 @@ class BillController extends Controller
/** @var JournalCollectorInterface $collector */
$collector = app(JournalCollectorInterface::class, [auth()->user()]);
$collector->setAllAssetAccounts()->setBills(new Collection([$bill]))->setLimit($pageSize)->setPage($page)->withBudgetInformation()
->withBudgetInformation();
->withCategoryInformation();
$journals = $collector->getPaginatedJournals();
$journals->setPath('/bills/show/' . $bill->id);