Your IP : 216.73.217.95


Current Path : /var/www/www.indacotrentino.com/www/vendor/stripe/module-payments/Model/ResourceModel/
Upload File :
Current File : /var/www/www.indacotrentino.com/www/vendor/stripe/module-payments/Model/ResourceModel/Webhook.php

<?php

namespace StripeIntegration\Payments\Model\ResourceModel;

class Webhook extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
{
    public function __construct(
        \Magento\Framework\Model\ResourceModel\Db\Context $context,
        $resourcePrefix = null
    ) {
        parent::__construct($context, $resourcePrefix);
    }

    protected function _construct()
    {
        $this->_init('stripe_webhooks', 'id');
    }
}