Skip to content

Commit 8d199e7

Browse files
committed
Cleanup unused variable
1 parent 8d772ca commit 8d199e7

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
@@ -311,7 +311,7 @@ public function makeThumbnail($file_name)
311311
$this->setName(null)->thumb(true)->createFolder();
312312

313313
// generate cropped image content
314-
$image_path = $this->setName($file_name)->thumb(true)->path('absolute');
314+
$this->setName($file_name)->thumb(true);
315315
$image = Image::make($original_image->get())
316316
->fit(config('lfm.thumb_img_width', 200), config('lfm.thumb_img_height', 200));
317317

0 commit comments

Comments
 (0)