Skip to content

Commit 46cd7d5

Browse files
authored
Update README.md
1 parent 7dfa5af commit 46cd7d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ You have to provide a path to `srcDevDebugProjectContainer.xml` or similar XML f
5353
```yaml
5454
parameters:
5555
symfony:
56-
container_xml_path: %rootDir%/../../../var/cache/dev/srcDevDebugProjectContainer.xml
56+
container_xml_path: var/cache/dev/srcDevDebugProjectContainer.xml
5757
# or with Symfony 4.2+
58-
container_xml_path: '%rootDir%/../../../var/cache/dev/srcApp_KernelDevDebugContainer.xml'
58+
container_xml_path: var/cache/dev/srcApp_KernelDevDebugContainer.xml
5959
# or with Symfony 5+
60-
container_xml_path: '%rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml'
60+
container_xml_path: var/cache/dev/App_KernelDevDebugContainer.xml
6161
```
6262
6363
## Constant hassers

0 commit comments

Comments
 (0)