| Current Path : /home/rtorresani/www/vendor/magento/module-new-relic-reporting/Model/ResourceModel/ |
| Current File : //home/rtorresani/www/vendor/magento/module-new-relic-reporting/Model/ResourceModel/System.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\NewRelicReporting\Model\ResourceModel;
class System extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
{
/**
* Initialize system updates resource model
*
* @return void
*/
protected function _construct()
{
$this->_init('reporting_system_updates', 'entity_id');
}
}