Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Update our service definition so it works with fos/user-bundle 2.0.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
StijnVrolijk authored Oct 3, 2018
1 parent ce596f8 commit aad843e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ services:
custom_user_manager:
class: SumoCoders\FrameworkUserBundle\Model\FrameworkUserManager
arguments:
- "@security.encoder_factory"
- "@fos_user.util.username_canonicalizer"
- "@fos_user.util.email_canonicalizer"
- "@fos_user.util.password_updater"
- "@fos_user.util.canonical_fields_updater"
- "@fos_user.object_manager"
- SumoCoders\FrameworkUserBundle\Entity\User
- "SumoCoders\\FrameworkUserBundle\\Entity\\User"

0 comments on commit aad843e

Please sign in to comment.