improve code

This commit is contained in:
2025-08-04 19:03:07 +03:30
parent 8628ec7d14
commit c89ae6e826
11 changed files with 118 additions and 14 deletions

View File

@@ -56,9 +56,4 @@ class ProvinceOfficeController extends Controller
});
return $this->successResponse();
}
public function show(Harim $harim): JsonResponse
{
return $this->successResponse($harim);
}
}