diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 7f2485f..acd24b9 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -15,11 +15,11 @@ declare(strict_types=1); namespace Modules\Search\Controller; use phpOMS\ApplicationAbstract; -use phpOMS\Router\Router; +use phpOMS\Message\NotificationLevel; use phpOMS\Message\RequestAbstract; use phpOMS\Message\ResponseAbstract; +use phpOMS\Router\Router; use phpOMS\System\MimeType; -use phpOMS\Message\NotificationLevel; /** * Api controller diff --git a/SearchCommands.php b/SearchCommands.php index 5bace90..efdb575 100644 --- a/SearchCommands.php +++ b/SearchCommands.php @@ -1,4 +1,5 @@ - [ 0 => [ 'dest' => '\Modules\Help\Controller\SearchController:searchHelp', @@ -215,4 +216,4 @@ ], ], ], -]; \ No newline at end of file +];