We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e0e21 commit ca6ffceCopy full SHA for ca6ffce
src/Bundle/services.yml
@@ -1,5 +1,5 @@
1
parameters:
2
- matthias_symfony_console_form.cache_directory: %kernel.cache_dir%/matthias_symfony_console_form
+ matthias_symfony_console_form.cache_directory: "%kernel.cache_dir%/matthias_symfony_console_form"
3
4
services:
5
console_form_helper:
@@ -19,8 +19,8 @@ services:
19
public: false
20
arguments:
21
- "@matthias_symfony_console_form.real_input_definition_factory"
22
- - %matthias_symfony_console_form.cache_directory%
23
- - %kernel.debug%
+ - "%matthias_symfony_console_form.cache_directory%"
+ - "%kernel.debug%"
24
25
matthias_symfony_console_form.real_input_definition_factory:
26
class: Matthias\SymfonyConsoleForm\Console\Input\FormBasedInputDefinitionFactory
0 commit comments