| Current Path : /home/bijouxly/www/administrator/components/com_admintools/Controller/ |
| Current File : /home/bijouxly/www/administrator/components/com_admintools/Controller/SchedulingInformation.php |
<?php
/**
* @package admintools
* @copyright Copyright (c)2010-2020 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU General Public License version 3, or later
*/
namespace Akeeba\AdminTools\Admin\Controller;
defined('_JEXEC') or die;
use Akeeba\AdminTools\Admin\Controller\Mixin\CustomACL;
use FOF30\Controller\Controller;
class SchedulingInformation extends Controller
{
use CustomACL;
}