We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49d9ba commit 19df42aCopy full SHA for 19df42a
src/Identity.php
@@ -91,7 +91,11 @@ public function __isset(string $field): bool
91
}
92
93
/**
94
- * Get data from the identity
+ * Get data from the identity.
95
+ *
96
+ * You can use dot notation to fetch nested data.
97
+ * Calling the method without any argument will return
98
+ * the entire data array/object (same as `getOriginalData()`).
99
*
100
* @param string|null $field Field in the user data.
101
* @return mixed
0 commit comments