| Current Path : /var/www/magento.test.indacotrentino.com/www/app/code/Torresani/QrCodeRedirect/Model/ |
| 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);
}
}