File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
lib/internal/Magento/Framework/App/DeploymentConfig Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -124,21 +124,4 @@ public function load($fileKey = null)
124
124
}
125
125
return $ result ?: [];
126
126
}
127
-
128
- /**
129
- * Loads the configuration file.
130
- *
131
- * @param string $fileKey The file key
132
- * @param string $pathConfig The path config
133
- * @param bool $ignoreInitialConfigFiles Whether ignore custom pools
134
- * @return array
135
- * @throws FileSystemException
136
- * @throws RuntimeException
137
- * @deprecated 100.2.0 Magento does not support custom config file pools since 2.2.0 version
138
- * @SuppressWarnings(PHPMD.UnusedFormalParameter)
139
- */
140
- public function loadConfigFile ($ fileKey , $ pathConfig , $ ignoreInitialConfigFiles = false )
141
- {
142
- return $ this ->load ($ fileKey );
143
- }
144
127
}
You can’t perform that action at this time.
0 commit comments