mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-02 22:48:41 +00:00
Started implementing Orange-Management/Orange-Management#222 read is already working
This commit is contained in:
parent
efcb30941a
commit
0998148fc7
|
|
@ -33,7 +33,6 @@ final class NullAccount extends Account
|
|||
*/
|
||||
public function __construct(int $id = 0)
|
||||
{
|
||||
$this->id = $id;
|
||||
parent::__construct();
|
||||
parent::__construct($id);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user