diff --git a/com_oauthserver/administrator/services/provider.php b/com_oauthserver/administrator/services/provider.php index d3aa6c5..0910308 100644 --- a/com_oauthserver/administrator/services/provider.php +++ b/com_oauthserver/administrator/services/provider.php @@ -1,4 +1,11 @@ + * @license MIT; see LICENSE.txt + **/ use Joomla\CMS\Component\Router\RouterFactoryInterface; use Joomla\CMS\Dispatcher\ComponentDispatcherFactoryInterface; @@ -35,4 +42,4 @@ return new class implements ServiceProviderInterface { } ); } -}; \ No newline at end of file +};