_JEXEC & copyright

This commit is contained in:
Artem Vasilev 2024-03-09 18:59:13 +03:00
parent cce9466306
commit 8f31d7e825

View File

@ -1,4 +1,11 @@
<?php <?php
/**
* @package Joomla.Administrator
* @subpackage com_oauthserver
*
* @copyright (c) 2024. Webmasterskaya. <https://webmasterskaya.xyz>
* @license MIT; see LICENSE.txt
**/
use Joomla\CMS\Component\Router\RouterFactoryInterface; use Joomla\CMS\Component\Router\RouterFactoryInterface;
use Joomla\CMS\Dispatcher\ComponentDispatcherFactoryInterface; use Joomla\CMS\Dispatcher\ComponentDispatcherFactoryInterface;
@ -35,4 +42,4 @@ return new class implements ServiceProviderInterface {
} }
); );
} }
}; };