Solve issue of pdf store to local disk

This commit is contained in:
Harsh jagad
2021-09-14 17:17:38 +05:30
parent 3d3d7d0ec0
commit 40d9ecfe02

View File

@ -83,7 +83,7 @@ trait GeneratesPdfTrait
\Storage::disk('local')->put('temp/'.$collection_name.'/'.$this->id.'/temp.pdf', $pdf->output());
if ($deleteExistingFile) {
$this->clearMediaCollection($collection_name);
$this->clearMediaCollection($this->id);
}
$file_disk = FileDisk::whereSetAsDefault(true)->first();