_JEXEC & copyright

This commit is contained in:
Artem Vasilev 2024-03-09 16:50:16 +03:00
parent f04c779176
commit 373de2234c

View File

@ -1,9 +1,17 @@
<?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; namespace Webmasterskaya\Component\OauthServer\Administrator\Dispatcher;
use Joomla\CMS\Dispatcher\ComponentDispatcher; use Joomla\CMS\Dispatcher\ComponentDispatcher;
use Joomla\CMS\MVC\Controller\BaseController;
\defined('_JEXEC') or die;
class Dispatcher extends ComponentDispatcher class Dispatcher extends ComponentDispatcher
{ {