Owl\Repositories\TemplateRepositoryInterface::create PHP Method

create() public method

Create a new template.
public create ( $template ) : Illuminate\Database\Eloquent\Model
$template object display_title, title, tags, body
return Illuminate\Database\Eloquent\Model
    public function create($template);