Commit dc70cfd
authored
make FormFactory service public
make FormFactory service public so this works in symfony 4:
$formFactory = $this->get('fos_user.registration.form.factory');
from doc: https://symfony.com/doc/master/bundles/FOSUserBundle/overriding_controllers.html1 parent 45314d5 commit dc70cfd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments