You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
400 B
14 lines
400 B
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
|
|
|
|
|