This commit is contained in:
Dennis Eichhorn 2021-10-03 09:17:07 +02:00
commit e0664306d4

View File

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