Skip to content

Commit

Permalink
Exposed method in NullableValue protocol.
Browse files Browse the repository at this point in the history
  • Loading branch information
aronbalog committed Jan 17, 2019
1 parent ebb2933 commit 0cd3dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vox/Core/Protocol/NullableValue.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ extension Resource: NullableAware {
return self.id == .null
}

static func null() -> Self {
public static func null() -> Self {
let _null = self.init()
_null.id = .null

Expand Down

0 comments on commit 0cd3dc2

Please sign in to comment.