We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98dc8d9 commit cffcd2eCopy full SHA for cffcd2e
Observer/AdminSystemConfigSave.php
@@ -32,7 +32,9 @@ class AdminSystemConfigSave implements ObserverInterface
32
protected $_cacheFrontendPool;
33
34
public function __construct(
35
- \Magento\Framework\App\Config\Storage\WriterInterface $configWriter
+ \Magento\Framework\App\Config\Storage\WriterInterface $configWriter,
36
+ \Magento\Framework\App\Cache\TypeListInterface $cacheTypeList,
37
+ \Magento\Framework\App\Cache\Frontend\Pool $cacheFrontendPool
38
) {
39
$this->configWriter = $configWriter;
40
$this->_cacheTypeList = $cacheTypeList;
0 commit comments