Skip to content

Commit e5c4110

Browse files
authored
Merge pull request #932 from codematiq/master
make thumbnails public
2 parents fca36cf + 16f4d63 commit e5c4110

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)