*/ class ScriptDownloadAction extends DownloadAction { /** * Get the path of the resource in storage. */ protected function path(): string { return $this->model->path; } public function disk(): string { return Config::get(VideoConstants::SCRIPT_DISK_QUALIFIED); } }