Caffeinated\Modules\Console\Generators\MakeRequestCommand::getStub PHP Méthode

getStub() protected méthode

Get the stub file for the generator.
protected getStub ( ) : string
Résultat string
    protected function getStub()
    {
        return __DIR__ . '/stubs/request.stub';
    }