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