We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edd0afd + 97ebb5d commit e3236c8Copy full SHA for e3236c8
1 file changed
doc/configuration.md
@@ -12,7 +12,7 @@ elements_process_manager:
12
- {username: "tester" , apiKey: "1234"}
13
- {username: "tester2" , apiKey: "344"}
14
configurationMigrationsDirectory: "%kernel.project_dir%/src/Migrations"
15
- configurationMigrationsNamespace: "App\Migrations"
+ configurationMigrationsNamespace: 'App\Migrations'
16
17
services:
18
example:
@@ -29,4 +29,4 @@ You can execute
29
```command
30
bin/console debug:config ElementsProcessManagerBundle
31
```
32
-to dump the configuration.
+to dump the configuration.
0 commit comments