working on apis

This commit is contained in:
2024-09-09 23:35:11 +05:00
parent a7a7eaa08d
commit da3d848bf5
8 changed files with 165 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ class UpdateUserProfileRequest extends FormRequest
*
* @example Mpassword
*/
'password' => ['nullable', 'string']
'password' => ['nullable', 'string'],
];
}
}