mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-31 15:42:03 -04:00
9 lines
91 B
PHP
9 lines
91 B
PHP
<?php
|
|
|
|
namespace App\Ninja\Presenters;
|
|
|
|
class TicketPresenter extends EntityPresenter
|
|
{
|
|
|
|
}
|