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 method merge bug #145

Closed
shaukei opened this issue Feb 17, 2022 · 1 comment · Fixed by #147
Closed

Config method merge bug #145

shaukei opened this issue Feb 17, 2022 · 1 comment · Fixed by #147
Labels
Milestone

Comments

@shaukei
Copy link

shaukei commented Feb 17, 2022

image

PR:
class AbstractConfig:
public function merge(ConfigInterface $config)
{
$this->data = array_replace_recursive($this->data, $config->all());
+++ $this->cache = [];
return $this;
}

@DavidePastore
Copy link
Collaborator

Hi @shaukei. Thanks for reporting this.

@DavidePastore DavidePastore added this to the Future Release milestone Mar 26, 2022
DavidePastore added a commit that referenced this issue Mar 26, 2022
Closed #145
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