Dispatcher

This commit is contained in:
Artem Vasilev 2024-03-04 01:16:01 +03:00
parent 9f8feabd3d
commit 5ebfb663d7

View 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
{
}