Skip to content

Commit 8cdb0a6

Browse files
authored
Merge pull request #66 from darthf1/patch-1
`container_xml_path` for Symfony 5
2 parents 3f4bef9 + b166084 commit 8cdb0a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ parameters:
5656
container_xml_path: %rootDir%/../../../var/cache/dev/srcDevDebugProjectContainer.xml
5757
# or with Symfony 4.2+
5858
container_xml_path: '%rootDir%/../../../var/cache/dev/srcApp_KernelDevDebugContainer.xml'
59+
# or with Symfony 5+
60+
container_xml_path: '%rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml'
5961
```
6062

6163
## Constant hassers

0 commit comments

Comments
 (0)