This commit is contained in:
make
2025-05-01 23:36:18 +08:00
parent 83adda543a
commit a905b5f73f
103 changed files with 6706 additions and 1 deletions

View File

@@ -84,4 +84,14 @@ class StaticConfig
{
return VideoCategoryModel::$arrCategory;
}
/**
* getVideoCategoryTypeFilter
*
* @return array
*/
static function getVideoCategoryTypeFilter(string $strType): array
{
return VideoCategoryModel::getCustomCategory( $strType);
}
}