This commit is contained in:
Dennis Eichhorn 2022-04-24 23:02:44 +02:00
commit bc41ff2f32

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',