Skip to content

Commit 376f57f

Browse files
committed
Make applicaiton in steampress extension public to make it easy to build on
1 parent 514232a commit 376f57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SteamPress/SteamPress+Application.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Vapor
22

33
extension Application {
44
public class SteamPress {
5-
let application: Application
5+
public let application: Application
66
let lifecycleHandler: SteamPressRoutesLifecycleHandler
77

88
init(application: Application, lifecycleHandler: SteamPressRoutesLifecycleHandler) {

0 commit comments

Comments
 (0)