Skip to content

Commit

Permalink
Made Request extension public
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsMoll committed Mar 11, 2019
1 parent fb1e139 commit dbe1599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/HTMLKit/HTMLRenderer.swift
Expand Up @@ -255,7 +255,7 @@ extension Request {
///
/// - Returns: A `HTMLRenderer` containing all the templates
/// - Throws: If the shared container could not make the `HTMLRenderer`
func renderer() throws -> HTMLRenderer {
public func renderer() throws -> HTMLRenderer {
return try sharedContainer.make(HTMLRenderer.self)
}
}

0 comments on commit dbe1599

Please sign in to comment.