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