Closed
Description
In sendEmailAction::sendEmailAction
there is a
$this->getParameter('fos_user.resetting.token_ttl')
which will cause
Attempted to call method "getParameter" on class "FOS\UserBundle\Controller\ResettingController"
Shouldn't it use the container
?
$this->container->getParameter('fos_user.resetting.token_ttl')
Metadata
Metadata
Assignees
Labels
No labels