Closed
Description
it is common pattern to name services as class path, and then select them with SomeClass::class
.
symfony converts those dependencies to lower case before saving / resolving.
This causing errors like Service "SomeNamespace\SomeClass" is not registered in the container.
because in appDevDebugProjectContainer.xml
it is saved as: somenamespace\someclass
Metadata
Metadata
Assignees
Labels
No labels