mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
14 lines
141 B
PHP
14 lines
141 B
PHP
<?php
|
|
|
|
namespace App\Ninja\Presenters;
|
|
|
|
use Utils;
|
|
|
|
/**
|
|
* Class ProposalPresenter.
|
|
*/
|
|
class ProposalPresenter extends EntityPresenter
|
|
{
|
|
|
|
}
|