Commit 54045936 authored by Adel's avatar Adel

Fix typo

parent 81bafcc6
...@@ -23,7 +23,7 @@ Example ...@@ -23,7 +23,7 @@ Example
$form = $app['form.factory']->createBuilder('form', null, array('csrf_protection' => false)); $form = $app['form.factory']->createBuilder('form', null, array('csrf_protection' => false));
That's it, your form could be submited from everywhere without CSRF Protection. That's it, your form could be submitted from everywhere without CSRF Protection.
Going further Going further
------------- -------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment