Owl\Services\TemplateService::create PHP 메소드

create() 공개 메소드

Create a new template.
public create ( $template ) : Illuminate\Database\Eloquent\Model
$template object display_title, title, tags, body
리턴 Illuminate\Database\Eloquent\Model
    public function create($template)
    {
        return $this->templateRepo->create($template);
    }