. * */ namespace Vvveb\Controller\Field; use Vvveb\Controller\Listing; class FieldGroups extends Listing { protected $type = 'field_group'; protected $controller = 'field-group'; protected $listController = 'field-group'; protected $list = 'field_group'; protected $module = 'field'; }