InfyOm\Generator\Commands\Publish\PublishTemplateCommand::publishGeneratorTemplates PHP Method

publishGeneratorTemplates() public method

Publishes templates.
    public function publishGeneratorTemplates()
    {
        $templatesPath = __DIR__ . '/../../../templates';
        return $this->publishDirectory($templatesPath, $this->templatesDir, 'infyom-generator-templates');
    }