We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a5815 commit 2afb7b8Copy full SHA for 2afb7b8
1 file changed
src/RegistrationRequest.php
@@ -43,4 +43,10 @@ public function appId()
43
{
44
return $this->appId;
45
}
46
+
47
+ public function __toString()
48
+ {
49
+ return json_encode($this);
50
+ }
51
52
0 commit comments