1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/Http/Requests/ProposalCategoryRequest.php

9 lines
147 B
PHP
Raw Normal View History

2018-01-31 10:10:15 +01:00
<?php
namespace App\Http\Requests;
class ProposalCategoryRequest extends EntityRequest
{
protected $entityType = ENTITY_PROPOSAL_CATEGORY;
}