Acacha\Llum\Console\InitCommand::getStubPath PHP 메소드

getStubPath() 보호된 메소드

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