debug
This commit is contained in:
@@ -84,4 +84,14 @@ class StaticConfig
|
||||
{
|
||||
return VideoCategoryModel::$arrCategory;
|
||||
}
|
||||
|
||||
/**
|
||||
* getVideoCategoryTypeFilter
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
static function getVideoCategoryTypeFilter(string $strType): array
|
||||
{
|
||||
return VideoCategoryModel::getCustomCategory( $strType);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user