mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-13 01:17:45 +00:00
Add Person's external identifiers to creation and edit form
This commit is contained in:
@@ -80,9 +80,7 @@ class ExtractPhonenumberFromPattern
|
||||
}
|
||||
|
||||
if (5 < $length) {
|
||||
$filtered = \trim(\strtr($subject, [$matches[0] => '']));
|
||||
|
||||
return new SearchExtractionResult($filtered, [\implode('', $phonenumber)]);
|
||||
return new SearchExtractionResult($subject, [\implode('', $phonenumber)]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user