Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Dennis Eichhorn 2023-01-26 22:11:08 +01:00
commit 7217fadfd0

View File

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