Your IP : 216.73.216.43


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/TransactionDetail.php

<?php

namespace PayPal\Braintree\Model\ResourceModel;

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

class TransactionDetail extends AbstractDb
{
    /**
     * Model Initialization
     * @return void
     */
    protected function _construct() // @codingStandardsIgnoreLine
    {
        $this->_init('braintree_transaction_details', 'entity_id');
    }
}