Lint
This commit is contained in:
parent
347f056df0
commit
72597436a7
|
@ -8,12 +8,9 @@ use Aweos\Resizer\Lib\MediaPath;
|
|||
use Aweos\Resizer\Models\Setting;
|
||||
use Illuminate\Filesystem\FilesystemAdapter;
|
||||
use Illuminate\Support\Collection;
|
||||
use October\Rain\Resize\Resizer;
|
||||
use Storage;
|
||||
|
||||
class ImageResizer
|
||||
{
|
||||
|
||||
private FilesystemAdapter $disk;
|
||||
private string $uploadDir;
|
||||
private MediaPath $file;
|
||||
|
@ -104,5 +101,4 @@ class ImageResizer
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue