Skip to content
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

Config files should not be merged #3

Open
chosten opened this issue Mar 3, 2020 · 1 comment
Open

Config files should not be merged #3

chosten opened this issue Mar 3, 2020 · 1 comment

Comments

@chosten
Copy link

chosten commented Mar 3, 2020

I can't remove the 'auth' file because it is in the default configuration.

Or if you plan to add more config options later, then you should move the files in a sub key. That way you can keep the merge.
Something like:

return [
    'files' => [
        'auth',
    ],
];
@bernhardh
Copy link

Yeah, that would be a great feature!

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

Successfully merging a pull request may close this issue.

2 participants