Skip to content

Commit

Permalink
closes #1834 for magento 2.3.6-p1
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Sep 14, 2023
1 parent 262b4b8 commit 459f551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Ui/Component/Batch/Grid/Column/Batches.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ class Batches extends Column
*/
protected $urlBuilder;
/**
* @var Helper
* @var \Ebizmarts\MailChimp\Model\MailChimpSyncBatches
*/
protected $mailChimpSyncB;
/**
* @var Helper
* @var \Ebizmarts\MailChimp\Helper\Data
*/
protected $helper;

Expand All @@ -53,7 +53,7 @@ public function __construct(
array $components = [],
array $data = []
) {
$this->_helper = $helper;
$this->helper = $helper;
$this->mailChimpSyncB = $mailChimpSyncB;
$this->urlBuilder = $urlBuilder;
parent::__construct($context, $uiComponentFactory, $components, $data);
Expand Down

0 comments on commit 459f551

Please sign in to comment.