mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Fix help for transaction thing.
This commit is contained in:
@@ -874,7 +874,7 @@ Route::group(
|
||||
);
|
||||
|
||||
// create group:
|
||||
Route::get('create', ['uses' => 'Transaction\CreateController@create', 'as' => 'create']);
|
||||
Route::get('create/{objectType}', ['uses' => 'Transaction\CreateController@create', 'as' => 'create']);
|
||||
Route::post('store', ['uses' => 'Transaction\CreateController@store', 'as' => 'store']);
|
||||
|
||||
// edit group
|
||||
|
||||
Reference in New Issue
Block a user