We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3213ac5 commit 71c5335Copy full SHA for 71c5335
doctrine.rst
@@ -821,8 +821,8 @@ control behavior:
821
If true, the ``EntityValueResolver`` will not try to replace the argument.
822
823
``message``
824
- If a ``message`` option is configured, the value of the ``message`` option will be displayed in the development
825
- environment for the :class:`Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException` exception::
+ An optional custom message displayed when there's a :class:`Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException`,
+ but **only in the development environment** (you won't see this message in production)::
826
827
#[Route('/product/{product_id}')]
828
public function show(
0 commit comments