<?php
/**
 * @package   AllediaFramework
 * @contact   www.alledia.com, hello@alledia.com
 * @copyright 2016 Alledia.com, All rights reserved
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

namespace Alledia\Framework\Joomla\View;

defined('_JEXEC') or die();

if (!class_exists('JViewLegacy')) {
    jimport('legacy.view.legacy');
}

class Base extends \JViewLegacy
{

}