We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4b0c3 commit ae07dc8Copy full SHA for ae07dc8
lib/internal/Magento/Framework/App/DeploymentConfig.php
@@ -140,7 +140,7 @@ public function isDbAvailable()
140
*/
141
private function load()
142
{
143
- if (null === $this->data || empty($this->data)) {
+ if (empty($this->data)) {
144
$this->data = $this->reader->load();
145
if ($this->overrideData) {
146
$this->data = array_replace($this->data, $this->overrideData);
0 commit comments