mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
seeder fix
This commit is contained in:
parent
d7aabf3417
commit
4152256cbd
@ -683,7 +683,7 @@ class RestateThemeSeeder extends Seeder
|
||||
$image = Image::make($file_path);
|
||||
|
||||
$file = new UploadedFile($file_path,
|
||||
$image->basename,
|
||||
uniqid() . $image->basename,
|
||||
$image->mime);
|
||||
|
||||
$folders = app(FolderRepositoryInterface::class);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user