From b8487882fa348d510f011378d50d8b9e6045809a Mon Sep 17 00:00:00 2001 From: sam janssens Date: Thu, 22 Dec 2016 12:26:37 +0100 Subject: [PATCH] sf3 fix --- Resources/config/services.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/config/services.yml b/Resources/config/services.yml index b7e77cc..26ce0ab 100644 --- a/Resources/config/services.yml +++ b/Resources/config/services.yml @@ -4,11 +4,11 @@ parameters: services: bbit_async_dispatcher.dispatcher: - class: %bbit_async_dispatcher.dispatcher.class% + class: "%bbit_async_dispatcher.dispatcher.class%" arguments: - "@event_dispatcher" bbit_async_dispatcher.listener.terminate: - class: %bbit_async_dispatcher.listener.terminate.class% + class: "%bbit_async_dispatcher.listener.terminate.class%" arguments: - "@bbit_async_dispatcher.dispatcher" tags: