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 5e0c67a commit 9fcc2b9Copy full SHA for 9fcc2b9
routing.rst
@@ -1886,7 +1886,7 @@ use the ``generateUrl()`` helper::
1886
converted when used as extra parameters. So, if you're passing an object (e.g. an Uuid)
1887
as value of an extra parameter, you need to explictly convert it to a string::
1888
1889
- $this->generateUrl('blog', ['uuid' => (string) $entity->getUuid())]
+ $this->generateUrl('blog', ['uuid' => (string) $entity->getUuid()]);
1890
1891
If your controller does not extend from ``AbstractController``, you'll need to
1892
:ref:`fetch services in your controller <controller-accessing-services>` and
0 commit comments