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