Explorar el Código

Déclaration du service UserManager

François hace 6 años
padre
commit
b2bf7254ae
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      app/config/services.yml

+ 6 - 1
app/config/services.yml

@@ -56,4 +56,9 @@ services:
 
     AppBundle\Service\Mattermost:
         arguments:
-            $url: '%mattermost_url%'
+            $url: '%mattermost_url%'
+
+    AppBundle\Service\UserManager:
+        arguments:
+        - "@doctrine.orm.entity_manager"
+        - "@security.password_encoder"