mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fixed injection.
This commit is contained in:
parent
287d110c84
commit
efdd6460fb
@ -359,7 +359,7 @@ class GoogleChartController extends Controller
|
|||||||
*
|
*
|
||||||
* @return \Symfony\Component\HttpFoundation\Response
|
* @return \Symfony\Component\HttpFoundation\Response
|
||||||
*/
|
*/
|
||||||
public function budgetsAndSpending(Budget $budget, $year = 0, GChart $chart, BudgetRepositoryInterface $repository)
|
public function budgetsAndSpending(GChart $chart, BudgetRepositoryInterface $repository, Budget $budget, $year = 0)
|
||||||
{
|
{
|
||||||
$chart->addColumn('Month', 'date');
|
$chart->addColumn('Month', 'date');
|
||||||
$chart->addColumn('Budgeted', 'number');
|
$chart->addColumn('Budgeted', 'number');
|
||||||
|
Loading…
Reference in New Issue
Block a user