| Current Path : /home/rtorresani/www/app/code/Torresani/QrCodeRedirect/Model/ResourceModel/Redirect/ |
| Current File : //home/rtorresani/www/app/code/Torresani/QrCodeRedirect/Model/ResourceModel/Redirect/Collection.php |
<?php
namespace Torresani\QrCodeRedirect\Model\ResourceModel\Redirect;
use Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection;
class Collection extends AbstractCollection
{
/**
* Initialize resource collection
*
* @return void
*/
protected function _construct()
{
$this->_init(
'Torresani\QrCodeRedirect\Model\Redirect',
'Torresani\QrCodeRedirect\Model\ResourceModel\Redirect'
);
}
}