123
This commit is contained in:
@@ -26,9 +26,9 @@ class Scheduler extends ZwScheduler
|
||||
{
|
||||
$this->intSlice = 3;
|
||||
|
||||
$this->intStartNSourceId = config('crawler.novel_start_n_source_id');
|
||||
$this->intStartNSourceId = (int) config('crawler.novel_start_n_source_id');
|
||||
|
||||
$this->intEndNSourceId = config('crawler.novel_end_n_source_id');
|
||||
$this->intEndNSourceId = (int) config('crawler.novel_end_n_source_id');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -21,9 +21,9 @@ class Scheduler extends ZwScheduler
|
||||
{
|
||||
$this->intSlice = 1;
|
||||
|
||||
$this->intStartNSourceId = config('crawler.novel_start_n_source_id');
|
||||
$this->intStartNSourceId = (int) config('crawler.novel_start_n_source_id');
|
||||
|
||||
$this->intEndNSourceId = config('crawler.novel_end_n_source_id');
|
||||
$this->intEndNSourceId = (int) config('crawler.novel_end_n_source_id');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user