From 254ab8d11591913c38d6182313d22c4ca3b90d65 Mon Sep 17 00:00:00 2001 From: eduardogomez97 Date: Wed, 13 Dec 2023 14:24:23 +0100 Subject: [PATCH] Fix deprecated dynamic properties in new PHP versions (#297) --- Controller/Adminhtml/Integration/CleanIntegration.php | 2 ++ composer.json | 2 +- etc/module.xml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Controller/Adminhtml/Integration/CleanIntegration.php b/Controller/Adminhtml/Integration/CleanIntegration.php index d5c05e2..f88061c 100644 --- a/Controller/Adminhtml/Integration/CleanIntegration.php +++ b/Controller/Adminhtml/Integration/CleanIntegration.php @@ -17,6 +17,8 @@ class CleanIntegration extends Action private $resourceConnection; + private $logger; + /** * CleanIntegration constructor. * diff --git a/composer.json b/composer.json index ae051f8..773bfa2 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "doofinder/doofinder-magento2", - "version": "0.13.7", + "version": "0.13.8", "description": "Doofinder module for Magento 2", "type": "magento2-module", "require": { diff --git a/etc/module.xml b/etc/module.xml index e6bb83f..94f4eeb 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +