hint
This commit is contained in:
parent
886319d88b
commit
6ca330dd8b
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ class TagUsage
|
||||||
$this->uses = $uses;
|
$this->uses = $uses;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return TagUsage[]
|
||||||
|
*/
|
||||||
#[Query(name: "tags", type: '[TagUsage]')]
|
#[Query(name: "tags", type: '[TagUsage]')]
|
||||||
public static function tags(string $search, int $limit=10): array
|
public static function tags(string $search, int $limit=10): array
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue