mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-19 08:35:18 +00:00
Created BaseUserModel
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
class SecuritySettings {
|
||||
class SecuritySettings extends BaseUserModel {
|
||||
|
||||
//Private fields
|
||||
private $security_question_1;
|
||||
@ -54,7 +54,7 @@ class SecuritySettings {
|
||||
public function get_security_question_2() : string {
|
||||
return $this->security_question_2 != null ? $this->security_question_2 : "null";
|
||||
}
|
||||
|
||||
|
||||
|
||||
//Set and get second security answer
|
||||
public function set_security_answer_2(string $security_answer_2){
|
||||
|
Reference in New Issue
Block a user