1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 01:41:34 +02:00
invoiceninja/app/Http/Requests/ExpenseCategoryRequest.php

8 lines
150 B
PHP
Raw Normal View History

2016-07-06 20:35:16 +02:00
<?php namespace App\Http\Requests;
class ExpenseCategoryRequest extends EntityRequest {
protected $entityType = ENTITY_EXPENSE_CATEGORY;
}