1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/app/Console/Commands/stubs/request.stub
2016-12-08 22:39:15 +02:00

11 lines
160 B
Plaintext
Executable File

<?php
namespace $NAMESPACE$;
use App\Http\Requests\EntityRequest;
class $CLASS$Request extends EntityRequest
{
protected $entityType = '$LOWER_NAME$';
}