disk()); return $fs->download($this->path()); } /** * Get the path of the resource in storage. * * @return string */ abstract protected function path(): string; }