DLsiteResolver タグをソート

This commit is contained in:
Irie Aoi 2020-12-11 01:39:55 +09:00
parent 21a7d3f9e7
commit 3b3fc6c973
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class DLsiteResolver implements Resolver
// 重複削除
$tags = array_values(array_unique($tags));
sort($tags);
return $tags;
}