Skip to content

Commit 4ba5491

Browse files
authored
Remove deprecated code
1 parent b99cfff commit 4ba5491

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

app/code/Magento/Store/Model/WebsiteRepository.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -168,18 +168,6 @@ public function clean()
168168
$this->allLoaded = false;
169169
}
170170

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-
183171
/**
184172
* Initialize default website.
185173
*

0 commit comments

Comments
 (0)