person: replace SimilarPersonMatcher by PersonACLAwareRepository method

This commit is contained in:
nobohan
2022-02-17 11:53:51 +01:00
parent a3ffd2709d
commit bc08719c0c
3 changed files with 15 additions and 8 deletions

View File

@@ -21,6 +21,9 @@ use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInt
use function count;
/*
* @deprecated
*/
class SimilarPersonMatcher
{
public const SIMILAR_SEARCH_ORDER_BY_ALPHABETICAL = 'alphabetical';