Commit 45892b0
committed
minor symfony#8326 action_method.rst (atailouloute)
This PR was squashed before being merged into the 2.7 branch (closes symfony#8326).
Discussion
----------
action_method.rst
On the form documentation [How to Change the Action and Method of a Form](https://symfony.com/doc/current/form/action_method.html), the examples "Standalone use" contain `$this->generateUrl`which does not make sense, since we are not inside a controller
I though also about replacing by `...` since the important here is just to know how to change the action and not how to generate the route ..
Commits
-------
656b865 action_method.rst1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments