Fixed: the marital's status was shown to admin users - and was not editable

This commit is contained in:
2022-10-08 01:36:37 +02:00
parent 6b5f746efc
commit 022f0a5e33
2 changed files with 5 additions and 4 deletions

View File

@@ -35,6 +35,11 @@ class MaritalStatus
*/
private array $name;
public function __construct()
{
$this->id = substr(md5(uniqid()), 0, 7);
}
/**
* Get id.
*/