mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 05:32:39 +01: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
|
|
{
|
|
|
|
}
|