Your IP : 216.73.217.13


Current Path : /var/www/magento.test.indacotrentino.com/www/app/code/Torresani/QrCodeRedirect/Model/
Upload File :
Current File : /var/www/magento.test.indacotrentino.com/www/app/code/Torresani/QrCodeRedirect/Model/Redirect.php

<?php
namespace Torresani\QrCodeRedirect\Model;

use Magento\Framework\Model\AbstractModel;

class Redirect extends AbstractModel
{
    protected function _construct()
    {
        $this->_init(\Torresani\QrCodeRedirect\Model\ResourceModel\Redirect::class);
    }
}