1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-14 15:13:29 +01:00
invoiceninja/app/Http/Requests/ProjectRequest.php

8 lines
129 B
PHP
Raw Normal View History

2016-11-29 18:47:26 +01:00
<?php namespace App\Http\Requests;
class ProjectRequest extends EntityRequest {
protected $entityType = ENTITY_PROJECT;
}