"Private" is a PHP keyword and is reserved, thus there cannot be a class with that name. For now I've renamed the class back to "Custom". Another solution would be to suffix all the types with "Claim", like "PrivateClaim" which would allow this. But I'll leave that up to you.
"Private" is a PHP keyword and is reserved, thus there cannot be a class with that name. For now I've renamed the class back to "Custom". Another solution would be to suffix all the types with "Claim", like "PrivateClaim" which would allow this. But I'll leave that up to you.