Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/paypal/module-braintree-core/Model/ResourceModel/
Upload File :
Current File : //home/rtorresani/www/vendor/paypal/module-braintree-core/Model/ResourceModel/CreditPrice.php

<?php

namespace PayPal\Braintree\Model\ResourceModel;

use Magento\Framework\Model\ResourceModel\Db\AbstractDb;

class CreditPrice extends AbstractDb
{
    public function _construct() //@codingStandardsIgnoreLine
    {
        $this->_init('braintree_credit_prices', 'id');
    }
}