fos_message.yml 350 B

123456789101112131415
  1. fos_message:
  2. db_driver: orm
  3. thread_class: Chamilo\CoreBundle\Entity\Thread
  4. message_class: Chamilo\CoreBundle\Entity\Message
  5. fos_comment:
  6. db_driver: orm
  7. class:
  8. model:
  9. comment: Chamilo\CoreBundle\Entity\Comment
  10. thread: Chamilo\CoreBundle\Entity\Thread
  11. assetic:
  12. bundles: [ "FOSCommentBundle" ]