Skip to content

Commit

Permalink
Fix deprecated dynamic properties in new PHP versions (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardogomez97 committed Dec 13, 2023
1 parent 95c704e commit 254ab8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Controller/Adminhtml/Integration/CleanIntegration.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ class CleanIntegration extends Action

private $resourceConnection;

private $logger;

/**
* CleanIntegration constructor.
*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Doofinder_Feed" setup_version="0.13.7">
<module name="Doofinder_Feed" setup_version="0.13.8">
<sequence>
<module name="Magento_Integration" />
</sequence>
Expand Down

0 comments on commit 254ab8d

Please sign in to comment.