Remove phone validation

This commit is contained in:
Djery-Tom 2023-03-10 11:36:52 +01:00
parent 856d6027a2
commit 2438e94261
2 changed files with 8 additions and 6 deletions

View File

@ -178,6 +178,7 @@ class DataBaseConnector
* @return bool
*/
public function checknumberValidity($phone){
return true;
try {
return $this->messenger->checkPhoneExist($phone);
} catch(\Throwable $ex){

View File

@ -106,6 +106,7 @@ class DataBaseConnector
}
public function checknumberValidity($phone){
return true;
try {
return true;//$this->messenger->checkPhoneExist($phone);
} catch(\Throwable $ex){