Answer the question
In order to leave comments, you need to log in
How to overwrite controllers in FOSUserBundle?
In general, a project fell into my hands, in which FOSUserBundle fell off after the update . Currently the versions are:
namespace UserBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class UserBundle extends Bundle
{
public function getParent()
{
return 'FOSUserBundle';
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question