Skip to content
This repository has been archived by the owner on Feb 1, 2018. It is now read-only.

Commit

Permalink
closes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Mar 23, 2016
1 parent e6740c2 commit 45409d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Model/ResourceModel/Popup/Collection.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace Ebizmarts\AbandonedCart\Model\ResourceModel\Popup;

class Collection extends \Magento\Framework\Model\Resource\Db\Collection\AbstractCollection
class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection
{
/**
* Define resource model
Expand Down
2 changes: 1 addition & 1 deletion composer.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"description": "Send abandoned cart emails",
"type": "magento2-module",
"version": "3.0.2",
"version": "3.0.3",
"authors": [
{
"name": "Ebizmarts Corp",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Ebizmarts_AbandonedCart" setup_version="3.0.2">
<module name="Ebizmarts_AbandonedCart" setup_version="3.0.3">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Quote"/>
Expand Down

0 comments on commit 45409d7

Please sign in to comment.