GrumPHP\Console\Command\Git\InitCommand::paths PHP Method

paths() protected method

protected paths ( ) : PathsHelper
return GrumPHP\Console\Helper\PathsHelper
    protected function paths()
    {
        return $this->getHelper(PathsHelper::HELPER_NAME);
    }