impl. todos

This commit is contained in:
Dennis Eichhorn 2021-02-09 22:56:16 +01:00
parent 4a1e128122
commit 8e8b40c70e

View File

@ -122,14 +122,6 @@ class Account implements \JsonSerializable, ArrayableInterface
*/
protected string $password = '';
/**
* Password.
*
* @var string
* @since 1.0.0
*/
public string $tempPassword = '';
/**
* Account type.
*