Crunz\Console\Command\TaskGeneratorCommand::replacePath PHP Method

replacePath() protected method

Replace path
protected replacePath ( ) : void
return void
    protected function replacePath()
    {
        $this->stub = str_replace('DummyPath', $this->options['in'], $this->stub);
        return $this;
    }