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 b6e9242 commit 04df93cCopy full SHA for 04df93c
http_cache/ssi.rst
@@ -114,7 +114,7 @@ The profile index page has not public caching, but the GDPR block has
114
{# templates/profile/index.html.twig #}
115
116
{# you can use a controller reference #}
117
- {{ render_ssi(controller('App\Controller\ProfileController::gdpr')) }}
+ {{ render_ssi(controller('App\\Controller\\ProfileController::gdpr')) }}
118
119
{# ... or a URL #}
120
{{ render_ssi(url('profile_gdpr')) }}
0 commit comments