1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 17:31:35 +02:00
invoiceninja/app/Http/Requests/TaskRequest.php

7 lines
122 B
PHP
Raw Normal View History

2016-05-01 14:04:55 +02:00
<?php namespace App\Http\Requests;
class TaskRequest extends EntityRequest {
protected $entityType = ENTITY_TASK;
}