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 b99cfff commit 4ba5491Copy full SHA for 4ba5491
app/code/Magento/Store/Model/WebsiteRepository.php
@@ -168,18 +168,6 @@ public function clean()
168
$this->allLoaded = false;
169
}
170
171
- /**
172
- * Retrieve application config.
173
- *
174
- * @deprecated 100.1.3 Should be lazy loaded with a proxy via the DI.
175
- * @see self::$appConfig
176
- * @return Config
177
- */
178
- private function getAppConfig(): Config
179
- {
180
- return $this->appConfig;
181
- }
182
-
183
/**
184
* Initialize default website.
185
*
0 commit comments