diff --git a/core/imageboard/tag.php b/core/imageboard/tag.php index 996044eb..c5997586 100644 --- a/core/imageboard/tag.php +++ b/core/imageboard/tag.php @@ -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;