Skip to content

services should not be case sensitive  #9

Closed
@Szpadel

Description

@Szpadel

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions