mirror of
https://github.com/Karaka-Management/oms-Search.git
synced 2026-02-18 10:38:40 +00:00
todo implementations
This commit is contained in:
parent
59be55da10
commit
d7df5f3db2
|
|
@ -1,5 +1,4 @@
|
|||
<?php declare(strict_types=1);
|
||||
return [
|
||||
<?php return [
|
||||
'^:help .*$' => [
|
||||
0 => [
|
||||
'dest' => '\Modules\Help\Controller\SearchController:searchHelp',
|
||||
|
|
@ -56,7 +55,7 @@ return [
|
|||
],
|
||||
'^:tag .*$' => [
|
||||
0 => [
|
||||
'dest' => '\Modules\Tasks\Controller\SearchController:searchTags',
|
||||
'dest' => '\Modules\Tasks\Controller\SearchController:searchTag',
|
||||
'verb' => 16,
|
||||
'permission' => [
|
||||
'module' => 'Tasks',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user