Skip to content

Commit 18f90dd

Browse files
committed
Make Navigator.matcher public
1 parent bfd6610 commit 18f90dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/URLNavigator/Navigator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import URLMatcher
66
#endif
77

88
open class Navigator: NavigatorType {
9-
open let matcher = URLMatcher()
9+
public let matcher = URLMatcher()
1010
open weak var delegate: NavigatorDelegate?
1111

1212
private var viewControllerFactories = [URLPattern: ViewControllerFactory]()

0 commit comments

Comments
 (0)