Skip to content

Commit 16f4d63

Browse files
authored
make thumbnails public
1 parent 241100b commit 16f4d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LfmPath.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,6 @@ public function makeThumbnail($file_name)
317317
$image = Image::make($original_image->get())
318318
->fit(config('lfm.thumb_img_width', 200), config('lfm.thumb_img_height', 200));
319319

320-
$this->storage->put($image->stream()->detach());
320+
$this->storage->put($image->stream()->detach(), 'public');
321321
}
322322
}

0 commit comments

Comments
 (0)