Skip to content

Commit

Permalink
Make applicaiton in steampress extension public to make it easy to bu…
Browse files Browse the repository at this point in the history
…ild on
  • Loading branch information
0xTim committed Apr 17, 2020
1 parent 514232a commit 376f57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SteamPress/SteamPress+Application.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Vapor

extension Application {
public class SteamPress {
let application: Application
public let application: Application
let lifecycleHandler: SteamPressRoutesLifecycleHandler

init(application: Application, lifecycleHandler: SteamPressRoutesLifecycleHandler) {
Expand Down

0 comments on commit 376f57f

Please sign in to comment.