New and updated files for beta 2

This commit is contained in:
James Cole
2023-02-19 11:16:15 +01:00
parent aab8eb467c
commit c3a4656e22
64 changed files with 1333 additions and 1306 deletions

View File

@@ -121,7 +121,6 @@ Route::group(
Route::get('sum/spent', ['uses' => 'Budget\SumController@spent', 'as' => 'sum.spent']);
Route::get('{budget}/budgeted', ['uses' => 'Budget\SumController@budgeted', 'as' => 'budget.budgeted']);
Route::get('{budget}/spent', ['uses' => 'Budget\ShowController@spent', 'as' => 'budget.spent']);
}
);