Closed ghost closed 1 year ago
This PR changes the state visibility of the constant OPERATOR_FILTER_REGISTRY from internal to public.
OPERATOR_FILTER_REGISTRY
internal
public
With this, users can use the getter function to read the value.
Thanks!
This PR changes the state visibility of the constant
OPERATOR_FILTER_REGISTRY
frominternal
topublic
.With this, users can use the getter function to read the value.