Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
2021-03-31 15:50:55 +01:00
8 changed files with 20 additions and 3 deletions

View File

@@ -271,7 +271,7 @@ Route::group(['prefix' => LaravelLocalization::setLocale(), 'middleware' => ['lo
Route::delete('forms/destroy/{form}', [FormController::class, 'destroy'])
->name('destroyForm');
Route::get('forms', [FormController::class, 'index'])
->name('showForms');