users and institutions route, tests fixed
This commit is contained in:
@@ -47,8 +47,10 @@ class InstitutionCategoryController extends Controller
|
||||
/**
|
||||
* Aggiorna una categoria.
|
||||
*/
|
||||
public function update(UpdateInstitutionCategoryRequest $request, InstitutionCategory $institutionCategory): JsonResponse
|
||||
{
|
||||
public function update(
|
||||
UpdateInstitutionCategoryRequest $request,
|
||||
InstitutionCategory $institutionCategory
|
||||
): JsonResponse {
|
||||
$institutionCategory->update($request->validated());
|
||||
|
||||
return $this->updatedResponse($institutionCategory);
|
||||
|
||||
Reference in New Issue
Block a user