Skip to content

Commit

Permalink
Merge pull request #10566 from inietov/fixes/cant_add_customfield_to_…
Browse files Browse the repository at this point in the history
…fieldset

Fix #10564: Edit the route to associate custom fields with fieldsets
  • Loading branch information
snipe authored Jan 26, 2022
2 parents 48f1380 + fcd203f commit 8ebade7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web/fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

Route::post(
'fieldsets/{id}/associate',
[CustomFieldsController::class, 'associate']
[CustomFieldsetsController::class, 'associate']
)->name('fieldsets.associate');

Route::resource('fieldsets', CustomFieldsetsController::class, [
Expand Down

0 comments on commit 8ebade7

Please sign in to comment.