Skip to content

Commit

Permalink
FIX for PHP8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pointia authored Feb 16, 2023
1 parent dd028e5 commit f2f38d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Model/ResourceModel/Queue/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
/**
* Subscription Collection
*/
class Collection extends
\Magento\Framework\Model\ResourceModel\Db\Collection\
AbstractCollection
class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
{
/**
* Initialize resource collection
Expand All @@ -20,4 +18,4 @@ public function _construct()
$this->_init('Magenest\CacheWarmer\Model\Queue',
'Magenest\CacheWarmer\Model\ResourceModel\Queue');
}
}
}

0 comments on commit f2f38d4

Please sign in to comment.