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