sarga/packages/Webkul/Product/src/Contracts/ProductReview.php

7 lines
71 B
PHP

<?php
namespace Webkul\Product\Contracts;
interface ProductReview
{
}