Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Nov 1, 2024
1 parent 78ee2f7 commit f77f259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/framework/request-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ If you want to use Symfony Forms in a controller or in a custom service, you hav
the request is not blocked.

If you have a Contao controller extended from `AbstractFrontendModuleController` or `AbstractContentElementController`
you can simply use `$this->getCsrfOptions()` and pass them to the options array:
you can simply use `$this->getCsrfFormOptions()` and pass them to the options array:

```php
use Contao\ContentModel;
Expand Down

0 comments on commit f77f259

Please sign in to comment.