mirror of
				https://github.com/webmasterskaya/joomla-oauth-server.git
				synced 2025-10-31 11:53:22 +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 | ||||
| @ -26,13 +33,13 @@ class Component extends MVCComponent implements | ||||
|      * registering new class loaders, etc. | ||||
|      * | ||||
|      * | ||||
|      * @param \Psr\Container\ContainerInterface $container The container | ||||
|      * @param   \Psr\Container\ContainerInterface  $container  The container | ||||
|      * | ||||
|      * @throws \Exception | ||||
|      * @since 1.0.0 | ||||
|      * @since version | ||||
|      */ | ||||
|     public function boot(ContainerInterface $container): void | ||||
|     { | ||||
|         ComponentHelper::registerComponentDependencies(); | ||||
|     } | ||||
| } | ||||
| } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user