mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Restore missing methods and fix silly bugs.
This commit is contained in:
@@ -342,7 +342,7 @@ Route::group(
|
||||
|
||||
Route::post('store', ['uses' => 'CreateController@store', 'as' => 'store']);
|
||||
Route::post('update/{currency}', ['uses' => 'EditController@update', 'as' => 'update']);
|
||||
Route::post('destroy/{currency}', ['uses' => 'EditController@destroy', 'as' => 'destroy']);
|
||||
Route::post('destroy/{currency}', ['uses' => 'DeleteController@destroy', 'as' => 'destroy']);
|
||||
}
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user