Example #1
0
 public function __construct(\Magento\Backend\App\Action\Context $context, \Magento\Framework\Json\Helper\Data $jsonHelper, \Magento\AdminNotification\Model\ResourceModel\System\Message\Collection $messageCollection)
 {
     $this->___init();
     parent::__construct($context, $jsonHelper, $messageCollection);
 }