create-prisma-php-app 1.16.20 → 1.16.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -222,7 +222,7 @@ class Auth
|
|
|
222
222
|
* Returns the role of the authenticated user based on the payload stored in the session.
|
|
223
223
|
* If the user is not authenticated, null is returned.
|
|
224
224
|
*
|
|
225
|
-
* @return
|
|
225
|
+
* @return mixed|null Returns the role of the authenticated user or null if the user is not authenticated.
|
|
226
226
|
*/
|
|
227
227
|
public function getPayload()
|
|
228
228
|
{
|