]> Raphaël G. Git Repositories - userbundle/commitdiff
Comment doctrine orm repository factory to avoid missing extra arguments in other...
authorRaphaël Gertz <git@rapsys.eu>
Wed, 28 Feb 2024 10:41:32 +0000 (11:41 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 28 Feb 2024 10:41:32 +0000 (11:41 +0100)
Resources/config/packages/rapsys_user.yaml

index 2fecff2b6b0afdaeece8a2917fdf7b0d45b8f189..d77a2b9d6ea61f0faf476c2113778e03276b4f58 100644 (file)
@@ -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: