我已经安装了PUGXMultiUserBundle,用于在我的symfony项目中使用多用户(买家和卖家)。安装PUGXMultiUserBundle后,我创建了抽象类和继承抽象类(Seller,Buyer)的2个实体。
当我尝试通过运行命令来更新数据库时:
php app/console doctrine:schema:update --force
我有以下错误:
[Symfony\Component\DependencyInjection\Exception\InvalidArgumentException]
The service definition "fos_user.registration.form.factory" does not exist.
如何解决此问题?