mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-10 23:45:48 -06:00
Set correct path. [skip ci]
This commit is contained in:
parent
98c057c516
commit
13e59105ec
@ -201,6 +201,7 @@ class BudgetController extends Controller
|
|||||||
'firefly.without_budget_between',
|
'firefly.without_budget_between',
|
||||||
['start' => $start->formatLocalized($this->monthAndDayFormat), 'end' => $end->formatLocalized($this->monthAndDayFormat)]
|
['start' => $start->formatLocalized($this->monthAndDayFormat), 'end' => $end->formatLocalized($this->monthAndDayFormat)]
|
||||||
);
|
);
|
||||||
|
$list->setPath('/budgets/list/noBudget');
|
||||||
|
|
||||||
return view('budgets.noBudget', compact('list', 'subTitle'));
|
return view('budgets.noBudget', compact('list', 'subTitle'));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user