<?php

namespace App\View\Components\Form\Group;

use App\View\Components\Form\Group\Contact;

class Customer extends Contact
{
    public $type = 'customer';
}