diff --git a/Parse/Platform/Objects/ParseObject.cs b/Parse/Platform/Objects/ParseObject.cs index 25768796..8d37dd6b 100644 --- a/Parse/Platform/Objects/ParseObject.cs +++ b/Parse/Platform/Objects/ParseObject.cs @@ -113,7 +113,7 @@ protected ParseObject(IServiceHub serviceHub = default) : this(AutoClassName, se /// /// The serviceHub to use for all operations. /// The instance which was mutated. - public ParseObject Bind(IServiceHub serviceHub) => (Instance: this, Services = serviceHub).Instance; + public ParseObject Bind(IServiceHub serviceHub) => (Instance: this, Services = ParseClient.Instance).Instance; /// /// Occurs when a property value changes.