mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-24 02:44:51 +03:00
Dispatcher
This commit is contained in:
parent
9f8feabd3d
commit
5ebfb663d7
10
com_oauthserver/site/src/Dispatcher/Dispatcher.php
Normal file
10
com_oauthserver/site/src/Dispatcher/Dispatcher.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Webmasterskaya\Component\OauthServer\Site\Dispatcher;
|
||||||
|
|
||||||
|
use Joomla\CMS\Dispatcher\ComponentDispatcher;
|
||||||
|
use Joomla\CMS\MVC\Controller\BaseController;
|
||||||
|
|
||||||
|
class Dispatcher extends ComponentDispatcher
|
||||||
|
{
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user