我在控制器中有这段代码
public function newAction()
{
$em = $this->getDoctrine()->getEntityManager();
$user = $this->container->get('security.context')->getToken()->getUser();
我收到此错误
致命错误:在第 86 行的 /home/xxxxx/Acme/UserBundle/Controller/UserController.php 中的非对象上调用成员函数 getUser()