This commit is contained in:
Dennis Eichhorn 2023-09-24 20:30:38 +00:00
commit 683f0d829b
2 changed files with 26 additions and 25 deletions

View File

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