Started implementing Orange-Management/Orange-Management#222 read is already working

This commit is contained in:
Dennis Eichhorn 2020-03-06 23:10:46 +01:00
parent efcb30941a
commit 0998148fc7

View File

@ -33,7 +33,6 @@ final class NullAccount extends Account
*/ */
public function __construct(int $id = 0) public function __construct(int $id = 0)
{ {
$this->id = $id; parent::__construct($id);
parent::__construct();
} }
} }