Skip to content

Commit

Permalink
[Form] Made the CSRF provider service public so that it can be used w…
Browse files Browse the repository at this point in the history
…ithout forms
  • Loading branch information
Bernhard Schussek authored and fabpot committed Jan 25, 2011
1 parent 7848a7c commit 0239d62
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@
</service>

<!-- CsrfProvider -->
<service id="form.csrf_provider" class="%form.csrf_provider.class%" public="false">
<service id="form.csrf_provider" class="%form.csrf_provider.class%">
<argument type="service" id="session" />
<argument>%form.csrf_protection.secret%</argument>
</service>
Expand Down

0 comments on commit 0239d62

Please sign in to comment.