Skip to content

Commit

Permalink
Update Sources/HummingbirdFluent/Fluent.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored Jul 1, 2024
1 parent 7630c61 commit d7f5694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/HummingbirdFluent/Fluent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public actor FluentMigrations {
/// - Parameters:
/// - databases: List of databases on which to revert migrations
/// - logger: Logger to use
func revertLast(databases: Databases, logger: Logger) async throws {
public func revertLast(databases: Databases, logger: Logger) async throws {
let migrator = Migrator(
databases: databases,
migrations: self.migrations,
Expand Down

0 comments on commit d7f5694

Please sign in to comment.