Add Mock OTP

This commit is contained in:
R
2022-09-17 01:03:23 +07:00
parent a9f29cd19d
commit 0ea1c2dea4
3 changed files with 28 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ class User extends Authenticatable
*/
protected $casts = [
'email_verified_at' => 'datetime',
'otp_created_at' => 'datetime'
];
public function managedCorporates()