Skip to content

Commit e3236c8

Browse files
authored
Merge pull request #220 from alexthunder3/patch-1
Single quote namespace containing single backspace
2 parents edd0afd + 97ebb5d commit e3236c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ elements_process_manager:
1212
- {username: "tester" , apiKey: "1234"}
1313
- {username: "tester2" , apiKey: "344"}
1414
configurationMigrationsDirectory: "%kernel.project_dir%/src/Migrations"
15-
configurationMigrationsNamespace: "App\Migrations"
15+
configurationMigrationsNamespace: 'App\Migrations'
1616

1717
services:
1818
example:
@@ -29,4 +29,4 @@ You can execute
2929
```command
3030
bin/console debug:config ElementsProcessManagerBundle
3131
```
32-
to dump the configuration.
32+
to dump the configuration.

0 commit comments

Comments
 (0)