Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/app/code/Torresani/QrCodeRedirect/Model/ResourceModel/Redirect/
Upload File :
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'
        );
    }
}