From d8a416f05382c1aa3c9bd87aea3b39cc857f2f9e Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Mon, 13 Jun 2016 09:55:27 +0200 Subject: [PATCH] Fix update config --- app/config/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/config/config.yml b/app/config/config.yml index 7b9288985c..c5ac2b86c8 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -74,9 +74,8 @@ framework: http_method_override: true theodo_evolution_session: - bag_manager: - class: Theodo\Evolution\Bundle\SessionBundle\Manager\Symfony1\BagManager - configuration_class: Theodo\Evolution\Bundle\SessionBundle\Manager\Symfony1\BagConfiguration + bag_manager_service: theodo_evolution.session.symfony1.bag_manager + bag_configuration_service: theodo_evolution.session.symfony1.bag_manager_configuration # Twig Configuration twig: