From 459f55146d53693c192f848a913a760fc701f1d6 Mon Sep 17 00:00:00 2001 From: gonzalo Date: Thu, 14 Sep 2023 10:24:31 -0300 Subject: [PATCH] closes #1834 for magento 2.3.6-p1 --- Ui/Component/Batch/Grid/Column/Batches.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ui/Component/Batch/Grid/Column/Batches.php b/Ui/Component/Batch/Grid/Column/Batches.php index 23d9b7b8..01fd2b9b 100644 --- a/Ui/Component/Batch/Grid/Column/Batches.php +++ b/Ui/Component/Batch/Grid/Column/Batches.php @@ -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; @@ -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);