Akaunting/app/View/Components/Form/Group/Customer.php

11 lines
161 B
PHP
Raw Normal View History

2022-06-01 07:15:55 +00:00
<?php
namespace App\View\Components\Form\Group;
2023-03-18 13:57:35 +00:00
use App\View\Components\Form\Group\Contact;
2022-06-01 07:15:55 +00:00
class Customer extends Contact
{
public $type = 'customer';
}