'datetime', ]; public function Authenticationotp() { return $this->belongsTo(AuthenticationOtp::class); } /** * customer * * @return void */ public function MacAddress() { return $this->belongsTo(accessLogs::class); } }