Skip to content

Commit b166084

Browse files
authored
container_xml_path for Symfony 5
Added correct `container_xml_path` for Symfony 5
1 parent 3f4bef9 commit b166084

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)