mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 21:44:51 +00:00
11 lines
145 B
PHP
11 lines
145 B
PHP
<?php
|
|
|
|
namespace InvoiceShelf\Http\Requests;
|
|
|
|
use Illuminate\Foundation\Http\FormRequest;
|
|
|
|
abstract class Request extends FormRequest
|
|
{
|
|
//
|
|
}
|