debug
This commit is contained in:
@@ -204,11 +204,11 @@ class NovelService
|
|||||||
/**
|
/**
|
||||||
* Undocumented function
|
* Undocumented function
|
||||||
*
|
*
|
||||||
* @param string $strKeyWords
|
* @param string|null $strKeyWords
|
||||||
* @param integer|string $intPage
|
* @param integer|string|null $intPage
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getNovelSearchUrl(string $strKeyWords, int|string $intPage = 1): string
|
public function getNovelSearchUrl(string|Null $strKeyWords, int|string|Null $intPage = 1): string
|
||||||
{
|
{
|
||||||
$strKey = 'SEARCH_INFO_URL';
|
$strKey = 'SEARCH_INFO_URL';
|
||||||
$strUrl = $this->SiteContext->DomainModel->getFomartUrl($strKey, [
|
$strUrl = $this->SiteContext->DomainModel->getFomartUrl($strKey, [
|
||||||
|
|||||||
Reference in New Issue
Block a user