From: Raphaƫl Gertz Date: Wed, 28 Feb 2024 10:41:32 +0000 (+0100) Subject: Comment doctrine orm repository factory to avoid missing extra arguments in other... X-Git-Tag: 0.4.0~30 X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/7270555c0ddde10d9cfdccaf00e77259ed7d25a6 Comment doctrine orm repository factory to avoid missing extra arguments in other bundles --- diff --git a/Resources/config/packages/rapsys_user.yaml b/Resources/config/packages/rapsys_user.yaml index 2fecff2..d77a2b9 100644 --- a/Resources/config/packages/rapsys_user.yaml +++ b/Resources/config/packages/rapsys_user.yaml @@ -1,9 +1,9 @@ -#Doctrine configuration -doctrine: - #Orm configuration - orm: - #Replace repository factory - repository_factory: 'Rapsys\UserBundle\Factory' +##Doctrine configuration +#doctrine: +# #Orm configuration +# orm: +# #Replace repository factory +# repository_factory: 'Rapsys\UserBundle\Factory' #Framework configuration framework: