mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 22:34:50 +03:00
_JEXEC & copyright
This commit is contained in:
parent
373de2234c
commit
0cce4012be
@ -1,4 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Joomla.Administrator
|
||||
* @subpackage com_oauthserver
|
||||
*
|
||||
* @copyright (c) 2024. Webmasterskaya. <https://webmasterskaya.xyz>
|
||||
* @license MIT; see LICENSE.txt
|
||||
**/
|
||||
|
||||
namespace Webmasterskaya\Component\OauthServer\Administrator\Extension;
|
||||
|
||||
@ -12,7 +19,7 @@ use Joomla\CMS\HTML\HTMLRegistryAwareTrait;
|
||||
use Psr\Container\ContainerInterface;
|
||||
use Webmasterskaya\Component\OauthServer\Administrator\Helper\ComponentHelper;
|
||||
|
||||
\defined('JPATH_PLATFORM') or die;
|
||||
\defined('_JEXEC') or die;
|
||||
|
||||
class Component extends MVCComponent implements
|
||||
BootableExtensionInterface, AssociationServiceInterface, RouterServiceInterface
|
||||
@ -29,7 +36,7 @@ class Component extends MVCComponent implements
|
||||
* @param \Psr\Container\ContainerInterface $container The container
|
||||
*
|
||||
* @throws \Exception
|
||||
* @since 1.0.0
|
||||
* @since version
|
||||
*/
|
||||
public function boot(ContainerInterface $container): void
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user