Skip to content

Commit

Permalink
make walletRepository method public
Browse files Browse the repository at this point in the history
  • Loading branch information
hsharghi committed Apr 13, 2021
1 parent e266384 commit 33262d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/VaporWallet/HasWallet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extension HasWallet {
self[keyPath: Self.idKey]
}

func walletsRepository(on db: Database) -> WalletsRepository<Self> {
public func walletsRepository(on db: Database) -> WalletsRepository<Self> {
return WalletsRepository(db: db, idKey: self._$idKey)
}
}
Expand Down

0 comments on commit 33262d8

Please sign in to comment.