|
@@ -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
|
|
|
{
|
|
{
|