예제 #1
0
 public function __construct(\Magento\Framework\Model\ResourceModel\Db\Context $context, \Magento\Store\Model\StoreManagerInterface $storeManager, \Magento\Eav\Model\Config $eavConfig, $connectionName = null)
 {
     $this->___init();
     parent::__construct($context, $storeManager, $eavConfig, $connectionName);
 }