. * */ namespace Vvveb\Controller\Fields; use Vvveb\Controller\Listing; class FieldGroup extends Listing { protected $type = 'field_group'; protected $controller = 'field_group'; protected $listController = 'field_groups'; protected $list = 'field_group'; protected $module = 'fields'; }