app/Console/Stubs/Modules/request.stub is changed in order to extend App\Abstracts\Http\FormRequest
This commit is contained in:
parent
69c7109ba8
commit
6df51d061a
@ -2,7 +2,7 @@
|
||||
|
||||
namespace $NAMESPACE$;
|
||||
|
||||
use Illuminate\Foundation\Http\FormRequest;
|
||||
use App\Abstracts\Http\FormRequest;
|
||||
|
||||
class $CLASS$ extends FormRequest
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user