belongsTo(User::class); } protected $fillable = [ 'userId', 'OTP', 'OTPFor', ]; }