[2021-12-20 17:27:12] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\User object not found by the @ParamConverter annotation."
/**
* @Route("/{id}", name="user", requirements={"id"="\d+"})
*/
public function index(User $user): Response
{
defaults:
id: 0