Browse Source

Déclaration du service UserManager

François 6 năm trước cách đây
mục cha
commit
b2bf7254ae
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  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"