6
0
Fork 0
release
panliang 2022-05-18 14:29:38 +08:00
parent d4450dee61
commit 99fe70417c
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class Product
protected function getImageUrlFromPath($dir) protected function getImageUrlFromPath($dir)
{ {
$disk = Storage::disk('public'); $disk = Storage::disk();
$files = $disk->files($dir); $files = $disk->files($dir);
$images = []; $images = [];