Skip to content

Commit cffcd2e

Browse files
committed
update lof all license
1 parent 98dc8d9 commit cffcd2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Observer/AdminSystemConfigSave.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ class AdminSystemConfigSave implements ObserverInterface
3232
protected $_cacheFrontendPool;
3333

3434
public function __construct(
35-
\Magento\Framework\App\Config\Storage\WriterInterface $configWriter
35+
\Magento\Framework\App\Config\Storage\WriterInterface $configWriter,
36+
\Magento\Framework\App\Cache\TypeListInterface $cacheTypeList,
37+
\Magento\Framework\App\Cache\Frontend\Pool $cacheFrontendPool
3638
) {
3739
$this->configWriter = $configWriter;
3840
$this->_cacheTypeList = $cacheTypeList;

0 commit comments

Comments
 (0)