Skip to content

Commit b7ef7c5

Browse files
committed
minor #13899 Update ssi.rst Controller Paths (zairigimad)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead. Discussion ---------- Update ssi.rst Controller Paths <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- e2e183c Update ssi.rst
2 parents 5223df8 + e2e183c commit b7ef7c5

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)