I have the following in my config.yml
services: my.user_provider: class: Acme\\MySecurityBundle\\Security\\UserProvider
but would l
I accomplished this by referencing it as an import in app/config.yml:
app/config.yml
imports: - { resource: "@MySecurityBundle/Resources/config/services.yml" }