Acacha\Llum\Console\InitCommand::getStubPath PHP Method

getStubPath() protected method

Get path to stub.
protected getStubPath ( ) : string
return string
    protected function getStubPath()
    {
        return __DIR__ . '/stubs/llumrc.stub';
    }