temp4
This commit is contained in:
@@ -135,7 +135,7 @@ class NovelService
|
||||
* @param integer $intPage
|
||||
* @return string
|
||||
*/
|
||||
public function getNovelCategoryUrl(string $strGender, string $strCategory, string $strStatus, string $strOrder, int|string $intPage): string
|
||||
public function getNovelCategoryUrl(string|NULL $strGender, string|NULL $strCategory, string|NULL $strStatus, string|NULL $strOrder, int|string|NULL $intPage): string
|
||||
{
|
||||
$strKey = 'CATEGORY_INFO_URL';
|
||||
$strUrl = $this->SiteContext->DomainModel->getFomartUrl($strKey, [
|
||||
|
||||
Reference in New Issue
Block a user