Fix help for transaction thing.

This commit is contained in:
James Cole
2019-08-07 18:51:35 +02:00
parent bdf76cf9b2
commit d81128d8c6
8 changed files with 90 additions and 35 deletions

View File

@@ -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