我试图在symfonyapi-平台上激活GraphQL支持,但是当我访问后续路由时,我得到了错误:错误信息是:
Attempted to load class "DebugSymfony\Component\ErrorHandler\Debug“或"Doctrine\Common\Util\Debug"?
晚上好,各位,我使用API平台,并且我想在创建实体时自动添加所有者到我的实体中。我创建了一个事件,以覆盖API平台,该平台接受当前用户并添加它。Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent; // Only