magento2-docker/app/code/IpSupply/CartToQuote/Model/CartHistory.php

14 lines
243 B
PHP
Executable File

<?php
namespace IpSupply\CartToQuote\Model;
class CartHistory extends \Magento\Framework\Model\AbstractModel
{
protected function _construct()
{
$this->_init('IpSupply\CartToQuote\Model\ResourceModel\CartHistory');
}
}