我正在尝试在表单提交后重定向到“/”路由(同一页面):
/**
* @Route("/")
*/
我的方法:
return $this->redirectToRoute('/');
给我以下错误:
无法为命名路由“/”生成 URL,因为此类路由不存在。
喵喔喔
芜湖不芜
相关分类