Files
Chamilo/app/config/fos/fos_user.yml
2025-04-10 12:53:50 +02:00

15 lines
400 B
YAML

fos_user:
db_driver: orm # can be orm or odm
firewall_name: main
# if you change the class configuration, please also alter the sonata_user.yml file
user_class: Chamilo\PageBundle\Entity\User
group:
group_class: Chamilo\UserBundle\Entity\Group
group_manager: sonata.user.orm.group_manager
service:
user_manager: sonata.user.orm.user_manager