mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-07 22:06:04 -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);
|
$image = Image::make($file_path);
|
||||||
|
|
||||||
$file = new UploadedFile($file_path,
|
$file = new UploadedFile($file_path,
|
||||||
$image->basename,
|
uniqid() . $image->basename,
|
||||||
$image->mime);
|
$image->mime);
|
||||||
|
|
||||||
$folders = app(FolderRepositoryInterface::class);
|
$folders = app(FolderRepositoryInterface::class);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user