diff --git a/SearchCommands.php b/SearchCommands.php index e5e7e02..0903e46 100644 --- a/SearchCommands.php +++ b/SearchCommands.php @@ -56,11 +56,11 @@ return [ ], '^:tag .*$' => [ 0 => [ - 'dest' => '\Modules\Tasks\Controller\SearchController:searchTags', - 'verb' => 16, + 'dest' => '\Modules\Tasks\Controller\SearchController:searchTags', + 'verb' => 16, 'permission' => [ 'module' => 'Tasks', - 'type' => 2, + 'type' => 2, ], ], ],