From 772804add8095eea9b3ec2a832c2f82fbb9a6fd5 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 31 Dec 2014 12:37:15 -0500 Subject: Acl refactoring --- app/Subscriber/BootstrapSubscriber.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Subscriber/BootstrapSubscriber.php') diff --git a/app/Subscriber/BootstrapSubscriber.php b/app/Subscriber/BootstrapSubscriber.php index 30b8f168..e256159a 100644 --- a/app/Subscriber/BootstrapSubscriber.php +++ b/app/Subscriber/BootstrapSubscriber.php @@ -16,7 +16,7 @@ class BootstrapSubscriber extends Base implements EventSubscriberInterface public function setup() { - $this->container['config']->setupTranslations(); - $this->container['config']->setupTimezone(); + $this->config->setupTranslations(); + $this->config->setupTimezone(); } } -- cgit v1.2.3