mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-06 07:54:35 -04:00
13 lines
173 B
PHP
13 lines
173 B
PHP
<?php
|
|
|
|
namespace App\Models\Presenters;
|
|
|
|
/**
|
|
* Class ClientContactPresenter
|
|
* @package App\Models\Presenters
|
|
*/
|
|
class ClientContactPresenter extends EntityPresenter
|
|
{
|
|
|
|
}
|