From 4eabd07db86591fd449245e6c76ec81fa7c17f09 Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Wed, 9 May 2018 14:18:48 +0200 Subject: [PATCH] Minor - move fos_comment commented setting to a new file --- config/packages/chamilo.yaml | 9 --------- config/packages/fos_comment.yaml | 9 +++++++++ config/packages/framework.yaml | 6 ------ 3 files changed, 9 insertions(+), 15 deletions(-) create mode 100644 config/packages/fos_comment.yaml diff --git a/config/packages/chamilo.yaml b/config/packages/chamilo.yaml index ab7e321cc2..1e880f80ae 100644 --- a/config/packages/chamilo.yaml +++ b/config/packages/chamilo.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: diff --git a/config/packages/fos_comment.yaml b/config/packages/fos_comment.yaml new file mode 100644 index 0000000000..d36a15c5b7 --- /dev/null +++ b/config/packages/fos_comment.yaml @@ -0,0 +1,9 @@ +#fos_comment: +# db_driver: orm +# class: +# model: +# comment: ~ +# thread: ~ +# form: +# comment: +# type: sonata_comment_comment \ No newline at end of file diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml index 24390d3835..2d7a5fd013 100644 --- a/config/packages/framework.yaml +++ b/config/packages/framework.yaml @@ -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: