Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Feb 10, 2023
1 parent 9aab54c commit 620e4c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/HummingbirdFluent/Application+fluent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
import FluentKit
import Hummingbird

/// Manage fluent databases and migrations
///
/// This type is available from `HBApplication` after you have called `HBApplication.addFluent`.
public struct HBFluent {
/// databases attached
public let databases: Databases
Expand Down
1 change: 1 addition & 0 deletions Sources/HummingbirdFluent/Fluent+history.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import FluentKit
import Hummingbird

extension HBFluent {
/// Fluent history management
public struct History {
let application: HBApplication

Expand Down

0 comments on commit 620e4c7

Please sign in to comment.