mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Fixed: the marital's status was shown to admin users - and was not editable
This commit is contained in:
@@ -35,6 +35,11 @@ class MaritalStatus
|
||||
*/
|
||||
private array $name;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->id = substr(md5(uniqid()), 0, 7);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get id.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user