Commit f683583b authored by Fabien Potencier's avatar Fabien Potencier

tweaked previous merge

parent 94d9da5a
...@@ -242,10 +242,8 @@ methods on your application: ``get``, ``post``, ``put``, ``delete``:: ...@@ -242,10 +242,8 @@ methods on your application: ``get``, ``post``, ``put``, ``delete``::
<input type="hidden" id="_method" name="_method" value="PUT" /> <input type="hidden" id="_method" name="_method" value="PUT" />
</form> </form>
.. note:: If using Symfony Components 2.2+ you will need to explicitly enable this
method override::
If using Symfony Components >= 2.2.0 you will need to explicitly enable this
method override::
use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Request;
......
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