| Current Path : /home/rtorresani/www/vendor/stripe/module-payments/Model/ResourceModel/ |
| Current File : //home/rtorresani/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');
}
}