changed access specifier to open

This commit is contained in:
Tondapu, Alekhya 2021-10-04 17:22:02 +05:30
parent dbeab9ef6b
commit 6a825b4e4b

View File

@ -137,7 +137,7 @@
}
}
public override func encode(to encoder: Encoder) throws {
open override func encode(to encoder: Encoder) throws {
try super.encode(to: encoder)
var container = encoder.container(keyedBy: CodingKeys.self)
try container.encodeIfPresent(placeholder, forKey: .placeholder)