This commit is contained in:
Dennis Eichhorn 2022-12-26 13:35:10 +01:00
parent 0cecf80dc1
commit 2fc42e8526

3
SearchCommands.php Normal file → Executable file
View File

@ -1,5 +1,4 @@
<?php declare(strict_types=1);
return [
<?php return [
'^:help .*$' => [
0 => [
'dest' => '\Modules\Help\Controller\SearchController:searchHelp',