2023-03-18 16:57:35 +03:00

11 lines
157 B
PHP

<?php
namespace App\View\Components\Form\Group;
use App\View\Components\Form\Group\Contact;
class Vendor extends Contact
{
public $type = 'vendor';
}