. * */ namespace Vvveb\Controller\Product; use Vvveb\Controller\Listing; class Vendors extends Listing { protected $type = 'vendor'; protected $list = 'vendor'; protected $module = 'product'; }