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 6fd0c63 commit 9fa392fCopy full SHA for 9fa392f
docs/dev/framework/request-tokens.md
@@ -42,7 +42,7 @@ alternative protection in place!
42
## Checking The Token Manually
43
44
If, for some reason, you need to check the request token yourself, you can do so by combining the token manager
45
-service (`@contao.csrf.token_manager`) and the configured token name (`%contao.csrf_token_name`):
+service (`@contao.csrf.token_manager`) and the configured token name (`%contao.csrf_token_name%`):
46
47
```php
48
namespace App;
0 commit comments