0
我有一個難題,想要一個answear。我正在與Symfony合作,我安裝了Sonata來管理管理區域。當我完成這樣做,我的提示行給我這個錯誤:Symfony:多個實體經理(奏鳴曲)
這是我的代碼:
parameters:
services:
app.security.user_login_form_authenticator:
class: AppBundle\Security\UserLoginFormAuthenticator
autowire: true
app.security.admin_login_form_authenticator:
class: AppBundle\Security\AdminLoginFormAuthenticator
autowire: true
請幫助我。
您是否在項目的配置文件中定義了多個EntityManger? – Forer
我想是的。在我安裝了奏鳴曲之後,提示行告訴我圖片中的錯誤https://i.stack.imgur.com/ZrFCL.png –