debug
This commit is contained in:
@@ -632,7 +632,7 @@ class VideoService
|
||||
public function generateSearchPager(array $arrParams, array $arrSort, array $arrVideo): array
|
||||
{
|
||||
$strKey = $arrParams['key'];
|
||||
$intPage = $arrVideo['page'];
|
||||
$intPage = $arrVideo['page'] ?? 1;
|
||||
$intLimit = $arrVideo['limit'];
|
||||
$intButtomNum = $arrParams['button_num'];
|
||||
$strBaseUrl = app(VideoService::class)->getVideoSearchUrl($strKey, '{page}');
|
||||
|
||||
Reference in New Issue
Block a user