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

[Task]: Remove Pimcore\Config\Config #343

Closed
mcop1 opened this issue Aug 18, 2022 · 0 comments · Fixed by #346
Closed

[Task]: Remove Pimcore\Config\Config #343

mcop1 opened this issue Aug 18, 2022 · 0 comments · Fixed by #346
Assignees
Labels

Comments

@mcop1
Copy link
Contributor

mcop1 commented Aug 18, 2022

Improvement description

Pimcore\Config\Config will be removed with this pr: pimcore/pimcore#12911

Adapt the changes, e.g.

$filterDefinition = Config::getWebsiteConfig()->get('fallbackFilterdefinition');

should then be something like

$filterDefinition = Config::getWebsiteConfig()['fallbackFilterdefinition'];

@mcop1 mcop1 added the Task label Aug 18, 2022
@mcop1 mcop1 changed the title [Task]: [Task]: Remove Pimcore\Config\Config Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants