Skip to content

Commit ca6ffce

Browse files
Fix Yaml problem reported in #19
1 parent 60e0e21 commit ca6ffce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Bundle/services.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
matthias_symfony_console_form.cache_directory: %kernel.cache_dir%/matthias_symfony_console_form
2+
matthias_symfony_console_form.cache_directory: "%kernel.cache_dir%/matthias_symfony_console_form"
33

44
services:
55
console_form_helper:
@@ -19,8 +19,8 @@ services:
1919
public: false
2020
arguments:
2121
- "@matthias_symfony_console_form.real_input_definition_factory"
22-
- %matthias_symfony_console_form.cache_directory%
23-
- %kernel.debug%
22+
- "%matthias_symfony_console_form.cache_directory%"
23+
- "%kernel.debug%"
2424

2525
matthias_symfony_console_form.real_input_definition_factory:
2626
class: Matthias\SymfonyConsoleForm\Console\Input\FormBasedInputDefinitionFactory

0 commit comments

Comments
 (0)