maintanance and downloading files.
This commit is contained in:
@@ -20,17 +20,8 @@ class GetVideoFileSize implements ShouldQueue
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
public function handle(HtmlParser $htmlParser)
|
||||
public function handle(SymfonyCastDlService $symfonyCastDlService)
|
||||
{
|
||||
|
||||
// $this->
|
||||
// $this->videoSize($this->chapter);
|
||||
// $this->chapter->save();
|
||||
$service = new SymfonyCastDlService($htmlParser);
|
||||
$service->videoSize(Chapter::find($this->chapterId));
|
||||
|
||||
// dd($this->chapterId);
|
||||
$symfonyCastDlService->videoSize(Chapter::find($this->chapterId));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user