Adding controller class in services.yml
This commit is contained in:
parent
a22ba77f52
commit
b8a129fc2a
|
@ -7,6 +7,10 @@ parameters:
|
||||||
gregwar_captcha.phrase_builder.class: Gregwar\Captcha\PhraseBuilder
|
gregwar_captcha.phrase_builder.class: Gregwar\Captcha\PhraseBuilder
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
Gregwar\CaptchaBundle\Controller\CaptchaController:
|
||||||
|
public: true
|
||||||
|
alias: 'gregwar_captcha.controller'
|
||||||
|
|
||||||
gregwar_captcha.controller:
|
gregwar_captcha.controller:
|
||||||
class: '%gregwar_captcha.controller.class%'
|
class: '%gregwar_captcha.controller.class%'
|
||||||
public: true
|
public: true
|
||||||
|
|
Loading…
Reference in New Issue