diff --git a/controller.rst b/controller.rst index c44f0dafdac..d5f8a8b8cd6 100644 --- a/controller.rst +++ b/controller.rst @@ -410,7 +410,7 @@ optional validation constraints:: You can then use the :class:`Symfony\\Component\\HttpKernel\\Attribute\\MapQueryString` attribute in your controller:: - use App\Model\UserDto; + use App\Model\UserDTO; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\Attribute\MapQueryString;