1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-14 23:22:52 +01:00
invoiceninja/app/Http/Requests/PaymentTermRequest.php

9 lines
137 B
PHP
Raw Normal View History

<?php
namespace App\Http\Requests;
class PaymentTermRequest extends EntityRequest
{
protected $entityType = ENTITY_PAYMENT_TERM;
}