Fixed tests.

This commit is contained in:
James Cole
2016-04-06 21:05:43 +02:00
parent 25d3a115e0
commit 32190db8bb
2 changed files with 2 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ class ReportQuery implements ReportQueryInterface
*
* @return Collection
*/
public function expense(Collection $accounts, Carbon $start, Carbon $end): array
public function expense(Collection $accounts, Carbon $start, Carbon $end): Collection
{
$ids = $accounts->pluck('id')->toArray();
$set = Auth::user()->transactionjournals()