mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fixed some tests.
This commit is contained in:
@@ -29,4 +29,4 @@ interface BillChartGenerator
|
||||
*/
|
||||
public function frontpage(Collection $paid, Collection $unpaid);
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -80,4 +80,4 @@ class ChartJsBillChartGenerator implements BillChartGenerator
|
||||
public function single(Bill $bill, Collection $entries)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -84,4 +84,4 @@ class GoogleBillChartGenerator implements BillChartGenerator
|
||||
|
||||
return $chart->getData();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user