Minor - move fos_comment commented setting to a new file

pull/2528/head
jmontoyaa 8 years ago
parent 8d53c2dc3f
commit 4eabd07db8
  1. 9
      config/packages/chamilo.yaml
  2. 9
      config/packages/fos_comment.yaml
  3. 6
      config/packages/framework.yaml

@ -53,15 +53,6 @@ services:
# public: true
# tags: ['controller.service_arguments']
#fos_comment:
# db_driver: orm
# class:
# model:
# comment: Application\Sonata\CommentBundle\Entity\Comment
# thread: Application\Sonata\CommentBundle\Entity\Thread
# form:
# comment:
# type: sonata_comment_comment
# Doctrine audit
sonata_doctrine_orm_admin:

@ -0,0 +1,9 @@
#fos_comment:
# db_driver: orm
# class:
# model:
# comment: ~
# thread: ~
# form:
# comment:
# type: sonata_comment_comment

@ -4,12 +4,6 @@ framework:
translator:
fallbacks: ['en']
csrf_protection: ~
# uncomment this entire section to enable sessions
#session:
# # With this config, PHP's native session handling is used
# handler_id: ~
#esi: ~
#fragments: ~
php_errors:

Loading…
Cancel
Save