implement todos

This commit is contained in:
Dennis Eichhorn 2021-07-15 21:51:30 +02:00
parent 2add75a426
commit 2da57b7b9b

View File

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