Answer the question
In order to leave comments, you need to log in
Why does the error "object not found by the @ParamConverter" appear on an empty method with empty parameters?
Tell me, this is the situation: I was making various changes throughout the project, then suddenly I decide to go to the
/app/profile/settings route, where there are no get-parameters, and I get an error
App\Entity\Bot object not found by the @ParamConverter annotation.
/**
* @Route("app/profile")
*/
class ProfileController extends AbstractController
{
/**
* @Route("/settings", name="profile_settings")
*/
public function settings()
{
dd(1);
}
}
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