Merge pull request #5222 from emtudo/patch-1

Unnecessary class
This commit is contained in:
Devansh 2021-10-15 13:56:29 +05:30 committed by GitHub
commit 844b680908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
namespace Webkul\Product\Helpers;
use Webkul\Product\Models\ProductAttributeValue;
use Webkul\Product\Models\ProductFlatProxy;
use Webkul\Product\Models\ProductFlat;
@ -68,4 +67,4 @@ abstract class AbstractProduct
$this->productFlat[$product->id] = $product;
}
}
}
}