This commit is contained in:
make
2026-01-20 13:00:42 +08:00
parent 83a92479a1
commit aa426d83e7
3 changed files with 6 additions and 2 deletions

View File

@@ -350,7 +350,8 @@ class StaticConfig
*/
static function getVideoCategoryTypeFilter(string $strType): array
{
return VideoCategoryModel::getCustomCategory($strType);
$arrCategoryType = VideoCategoryModel::getCustomCategory($strType);
return $arrCategoryType ;
}
}