Skip to content

Commit

Permalink
Update Outlander.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcbride committed Dec 5, 2021
1 parent 7f6f022 commit e68a899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/OutlanderPlugin/Outlander.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public protocol OPlugin {

@objc open class Plugin: NSObject, OPlugin {
open var name: String = ""
public override init() {

public required override init() {
super.init()
}

Expand Down

0 comments on commit e68a899

Please sign in to comment.