1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/Http/Requests/ProposalSnippetRequest.php
2018-01-30 20:58:55 +02:00

9 lines
145 B
PHP

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