InfyOm\Generator\Commands\Publish\PublishTemplateCommand::publishGeneratorTemplates PHP 메소드

publishGeneratorTemplates() 공개 메소드

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