. */ namespace Storefront\BTCPay\Model\ResourceModel; class Invoice extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb { /** * Define resource model * * @return void */ protected function _construct() { $this->_init('btcpay_invoice', 'id'); } }