OwenIt\Auditing\Console\AuditorMakeCommand::getStub PHP Метод

getStub() защищенный Метод

Get the stub file for the generator.
protected getStub ( ) : string
Результат string
    protected function getStub()
    {
        return __DIR__ . '/stubs/auditor.stub';
    }