joomla-oauth-server/com_oauthserver/administrator/src/Dispatcher/Dispatcher.php
2024-03-09 16:50:16 +03:00

19 lines
407 B
PHP

<?php
/**
* @package Joomla.Administrator
* @subpackage com_oauthserver
*
* @copyright (c) 2024. Webmasterskaya. <https://webmasterskaya.xyz>
* @license MIT; see LICENSE.txt
**/
namespace Webmasterskaya\Component\OauthServer\Administrator\Dispatcher;
use Joomla\CMS\Dispatcher\ComponentDispatcher;
\defined('_JEXEC') or die;
class Dispatcher extends ComponentDispatcher
{
}