fix unit tests

This commit is contained in:
Dennis Eichhorn 2021-09-28 19:35:27 +02:00
parent 7209afee8d
commit c3a7f0fa74

View File

@ -53,4 +53,14 @@
], ],
], ],
], ],
'^:tag .*$' => [
0 => [
'dest' => '\Modules\Tasks\Controller\SearchController:searchTags',
'verb' => 16,
'permission' => [
'module' => 'Tasks',
'type' => 2,
],
],
],
]; ];