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