You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add necessary call to Form::isSubmitted and remove boilerplate
- Since Symfony 4.0 it's required to call `Form::isSubmitted()` before you call `Form::isValid()`
- Remove some unnecessary boilerplate code by using automatic parameter conversion and parameter injection of the `EntityManager`
0 commit comments