Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-selivanov committed Jan 18, 2023
1 parent 355f36a commit a6396c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/Storyboard/StoryboardAssemblyFactory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ public class StoryboardAssemblyFactory: NSObject, StoryboardDIAssemblyFactory, S
// MARK: - SwinjectStoryboard
extension SwinjectStoryboard {

@objc
public class func setup() {
public static func setup() {
StoryboardAssemblyFactory.provider = .init(.init(container: defaultContainer))
guard
StoryboardAssemblyFactory.conforms(to: SwinjectStoryboardProtocol.self),
Expand Down

0 comments on commit a6396c8

Please sign in to comment.