. * */ namespace Vvveb\Controller\Product; use Vvveb\Controller\Content\Comment; class ProductReview extends Comment { protected $type = 'product_review'; protected $list = 'product_review'; protected $module = 'product'; protected $controller = 'product-review'; }