'datetime', 'last_password_change_at' => 'datetime', 'status' => UserStatus::class, ]; } public function employee(): HasOne { return $this->hasOne(Employee::class); } }