mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fix the route to associate custom fields with fieldsets
This commit is contained in:
parent
48f1380f6e
commit
fcd203f4dc
|
@ -29,7 +29,7 @@ Route::group([ 'prefix' => 'fields','middleware' => ['auth'] ], function () {
|
|||
|
||||
Route::post(
|
||||
'fieldsets/{id}/associate',
|
||||
[CustomFieldsController::class, 'associate']
|
||||
[CustomFieldsetsController::class, 'associate']
|
||||
)->name('fieldsets.associate');
|
||||
|
||||
Route::resource('fieldsets', CustomFieldsetsController::class, [
|
||||
|
|
Loading…
Reference in a new issue