Fixes for tests

This commit is contained in:
David Bomba 2024-03-17 16:07:12 +11:00
parent 8383dc1c6d
commit d5a8fe7249

View File

@ -538,7 +538,7 @@ class MultiDB
$current_db = config('database.default');
if(SMSNumbers::numberExists($phone)){
if(SMSNumbers::hasNumber($phone)){
return true;
}