Skip to content

Commit ae07dc8

Browse files
MC-33007: [Magento Cloud] - Unexpected Spikes
1 parent 6f4b0c3 commit ae07dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/DeploymentConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public function isDbAvailable()
140140
*/
141141
private function load()
142142
{
143-
if (null === $this->data || empty($this->data)) {
143+
if (empty($this->data)) {
144144
$this->data = $this->reader->load();
145145
if ($this->overrideData) {
146146
$this->data = array_replace($this->data, $this->overrideData);

0 commit comments

Comments
 (0)