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
Im a newbie on symfony, and was following your book to learn some best practice.
i working on a windows machine, but i noticed that the result of this particular request is always null (at last for me)
i solved changing that line with:
$request->request->get('appbundle_user')['password']['first']
where appbundle_user is the hardcoded name of the form, written into UserType.php
The text was updated successfully, but these errors were encountered:
Hi! and Thanks for your hard work.
Im a newbie on symfony, and was following your book to learn some best practice.
i working on a windows machine, but i noticed that the result of this particular request is always null (at last for me)
i solved changing that line with:
$request->request->get('appbundle_user')['password']['first']
where appbundle_user is the hardcoded name of the form, written into UserType.php
The text was updated successfully, but these errors were encountered: