This commit is contained in:
Dennis Eichhorn 2021-09-28 19:39:04 +02:00
commit 05e0e152cc

View File

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