mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-15 20:18:40 +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)
|
public function __construct(int $id = 0)
|
||||||
{
|
{
|
||||||
$this->id = $id;
|
parent::__construct($id);
|
||||||
parent::__construct();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user