Skip to content

Commit

Permalink
add: publicify configuration for accessablitiy
Browse files Browse the repository at this point in the history
  • Loading branch information
wibed committed Oct 4, 2020
1 parent ad66ec0 commit da7257d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SendGrid/Application+SendGrid.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ extension Application {
typealias Value = SendGridConfiguration
}

var configuration: SendGridConfiguration? {
public var configuration: SendGridConfiguration? {
get {
self.application.storage[ConfigurationKey.self]
}
Expand Down

0 comments on commit da7257d

Please sign in to comment.