| Current Path : /var/www/www.indacotrentino.com/www/vendor/stripe/module-payments/Model/Multishipping/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/stripe/module-payments/Model/Multishipping/Quote.php |
<?php
namespace StripeIntegration\Payments\Model\Multishipping;
class Quote extends \Magento\Framework\Model\AbstractModel
{
protected function _construct()
{
$this->_init('StripeIntegration\Payments\Model\ResourceModel\Multishipping\Quote');
}
}