. * */ namespace Vvveb\Controller\Product; use Vvveb\Controller\Crud; class Attribute extends Crud { protected $type = 'attribute'; protected $controller = 'attribute'; protected $module = 'product'; }