providers:
database:
entity:
- class: Rapsys\BlogBundle\Entity\User
- property: mail
+ class: 'Rapsys\BlogBundle\Entity\User'
+ property: 'mail'
# Set firewall
firewalls:
# Disables authentication for assets and the profiler, adapt it according to your needs
dev:
- pattern: ^/(_(profiler|wdt)|css|images|js)/
+ pattern: '^/(_(profiler|wdt)|css|images|js)/'
security: false
main: