fix pints

This commit is contained in:
2024-09-02 23:34:03 +05:00
parent 0630647272
commit be39810f62
4 changed files with 9 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ class AuthVerifyRequest extends FormRequest
return [
/**
* Phone number to authenticate
*
* @var int
* @example 65707012
*/
@@ -24,6 +25,7 @@ class AuthVerifyRequest extends FormRequest
/**
* Verification code (OTP)
*
* @var int
* @example 432123
*/