Skip to content

Commit 620e4c7

Browse files
committed
comments
1 parent 9aab54c commit 620e4c7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Sources/HummingbirdFluent/Application+fluent.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
import FluentKit
1616
import Hummingbird
1717

18+
/// Manage fluent databases and migrations
19+
///
20+
/// This type is available from `HBApplication` after you have called `HBApplication.addFluent`.
1821
public struct HBFluent {
1922
/// databases attached
2023
public let databases: Databases

Sources/HummingbirdFluent/Fluent+history.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import FluentKit
1616
import Hummingbird
1717

1818
extension HBFluent {
19+
/// Fluent history management
1920
public struct History {
2021
let application: HBApplication
2122

0 commit comments

Comments
 (0)