From 8e98c5c0ab4edc2a23fa395e0e0b9abcbbad9dc2 Mon Sep 17 00:00:00 2001 From: andreybolonin Date: Thu, 28 Dec 2017 12:30:19 +0200 Subject: [PATCH] add public services --- Resources/config/services.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Resources/config/services.yml b/Resources/config/services.yml index 887d78e..fca2c44 100755 --- a/Resources/config/services.yml +++ b/Resources/config/services.yml @@ -7,7 +7,8 @@ parameters: services: captcha.type: - class: '%gregwar_captcha.captcha_type.class%' + class: '%gregwar_captcha.captcha_type.class%' + public: true arguments: - '@session' - '@gregwar_captcha.generator' @@ -18,6 +19,7 @@ services: gregwar_captcha.generator: class: '%gregwar_captcha.captcha_generator.class%' + public: true arguments: - '@router' - '@gregwar_captcha.captcha_builder' @@ -26,6 +28,7 @@ services: gregwar_captcha.image_file_handler: class: '%gregwar_captcha.image_file_handler.class%' + public: true arguments: - '%gregwar_captcha.config.image_folder%' - '%gregwar_captcha.config.web_path%' @@ -34,6 +37,8 @@ services: gregwar_captcha.captcha_builder: class: '%gregwar_captcha.captcha_builder.class%' + public: true gregwar_captcha.phrase_builder: class: '%gregwar_captcha.phrase_builder.class%' + public: true