Skip to content

Commit 04df93c

Browse files
authored
Update ssi.rst
1 parent b6e9242 commit 04df93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_cache/ssi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The profile index page has not public caching, but the GDPR block has
114114
{# templates/profile/index.html.twig #}
115115
116116
{# you can use a controller reference #}
117-
{{ render_ssi(controller('App\Controller\ProfileController::gdpr')) }}
117+
{{ render_ssi(controller('App\\Controller\\ProfileController::gdpr')) }}
118118
119119
{# ... or a URL #}
120120
{{ render_ssi(url('profile_gdpr')) }}

0 commit comments

Comments
 (0)