dadi
This commit is contained in:
@@ -449,7 +449,7 @@ class VideoService
|
||||
*/
|
||||
public function getVideoPager(array $arrParams): array
|
||||
{
|
||||
$arrParams['key'] = '';
|
||||
// $arrParams['key'] = '';
|
||||
$arrParams = [
|
||||
'page' => max((int)($arrParams['page'] ?? 1), 1),
|
||||
'limit' => (int)($arrParams['limit'] ?? 10),
|
||||
|
||||
Reference in New Issue
Block a user