Closed
Description
(sorry, I searched about this but I found similar issues but without solution)
This code in a Controller:
/**
- @route("/edit/{id}", requirements={"id"="\d+"}, name="categoria_edit");
- @template()
*/
public function editAction($id, Request $request)
{
gives me the message "Missing Template" but edit.html.twig does exist and if I try to follow the proposed action it asks me to create a template named ed.html.twig.