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 string|null Returns the role of the authenticated user or null if the user is not authenticated.
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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "1.16.20",
3
+ "version": "1.16.21",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",