1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-15 15:42:51 +01:00
invoiceninja/app/Http/Requests/UserRequest.php

9 lines
122 B
PHP
Raw Normal View History

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