Example #1
0
 /**
  * Initialize resource model
  *
  * @return void
  */
 protected function _construct()
 {
     $this->_init('Magento\\Sales\\Model\\Resource\\Order\\Payment\\Transaction');
     parent::_construct();
 }