chengwl преди 2 дни
родител
ревизия
e14593842e
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      packages/Longyi/Core/src/Repositories/ProductImageRepository.php

+ 2 - 2
packages/Longyi/Core/src/Repositories/ProductImageRepository.php

@@ -6,7 +6,7 @@ use Illuminate\Http\UploadedFile;
 use Illuminate\Support\Facades\Storage;
 use Illuminate\Support\Facades\Storage;
 use Illuminate\Support\Str;
 use Illuminate\Support\Str;
 use Intervention\Image\ImageManager;
 use Intervention\Image\ImageManager;
-use Webkul\Core\Eloquent\Repository;
+use Webkul\Product\Repositories\ProductImageRepository as BaseProductImageRepository;
 
 
 /**
 /**
  * Extended ProductImageRepository.
  * Extended ProductImageRepository.
@@ -28,7 +28,7 @@ use Webkul\Core\Eloquent\Repository;
  *     ],
  *     ],
  * ]
  * ]
  */
  */
-class ProductImageRepository extends Repository
+class ProductImageRepository extends BaseProductImageRepository
 {
 {
     public function model(): string
     public function model(): string
     {
     {