TagUsage is not-null
This commit is contained in:
parent
7fbc19d7a9
commit
90dd842a7c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class TagUsage
|
|||
/**
|
||||
* @return TagUsage[]
|
||||
*/
|
||||
#[Query(name: "tags", type: '[TagUsage]')]
|
||||
#[Query(name: "tags", type: '[TagUsage!]!')]
|
||||
public static function tags(string $search, int $limit=10): array
|
||||
{
|
||||
global $cache, $database;
|
||||
|
|
Reference in a new issue