*/ class ManagerMemberForm extends MemberForm { /** * @var int */ protected $defaultType = MemberTypeEnum::MANAGER; }