Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit adfd766

Browse files
committed
Add public access modifier to init
1 parent c104ac4 commit adfd766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressKit/IPLocationRemote.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public final class IPLocationRemote {
99

1010
private let urlSession: URLSession
1111

12-
init(urlSession: URLSession = URLSession.shared) {
12+
public init(urlSession: URLSession = URLSession.shared) {
1313
self.urlSession = urlSession
1414
}
1515

0 commit comments

Comments
 (0)