From 8e8b40c70e9e01934e032e2a1c3a88c85923f1bb Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 9 Feb 2021 22:56:16 +0100 Subject: [PATCH] impl. todos --- Account/Account.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Account/Account.php b/Account/Account.php index cde71e2ea..7fd05619c 100644 --- a/Account/Account.php +++ b/Account/Account.php @@ -122,14 +122,6 @@ class Account implements \JsonSerializable, ArrayableInterface */ protected string $password = ''; - /** - * Password. - * - * @var string - * @since 1.0.0 - */ - public string $tempPassword = ''; - /** * Account type. *