Skip to content

[Configuration] Wrong services path and addition services_environment-name #14401

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

lubo13
Copy link
Contributor

@lubo13 lubo13 commented Oct 13, 2020

I saw in Kernel the following:

        $loader->load($confDir.'/{packages}/*'.self::CONFIG_EXTS, 'glob');
        $loader->load($confDir.'/{packages}/'.$this->environment.'/*'.self::CONFIG_EXTS, 'glob');
        $loader->load($confDir.'/{services}'.self::CONFIG_EXTS, 'glob');
        $loader->load($confDir.'/{services}_'.$this->environment.self::CONFIG_EXTS, 'glob');`

I think that the documentation can be tweaked a little is it make sense?

@lubo13 lubo13 changed the title Wrong services path and addition services_environment-name [Configuration] Wrong services path and addition services_environment-name Oct 13, 2020
@javiereguiluz
Copy link
Member

Much better! Thanks Lyubomir

@javiereguiluz javiereguiluz merged commit 6c3096e into symfony:4.4 Oct 18, 2020
@lubo13
Copy link
Contributor Author

lubo13 commented Oct 19, 2020

Much better! Thanks Lyubomir

It is a pleasure for me, Thank you too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants