OwenIt\Auditing\Console\AuditorMakeCommand::getStub PHP Method

getStub() protected method

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