1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/app/Http/Requests/CustomerRequest.php
2017-08-31 15:55:15 +03:00

9 lines
130 B
PHP

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