You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like the Ramsey class, we just want to print that uid as a string.
Currently, we must use ::toRfc4122() which every time makes me wonder "what is rfc 4122? I have to google that" and I waste time because I'm not sure it's the proper method, or as an alternative:
->__toString()
(string) cast
which are aesthetically unpleasing. It would be a quality of life improvement to have a simple ->toString() method."