replace search api by a first workin implementation

This commit is contained in:
2021-06-28 22:01:33 +02:00
parent a35f3363b2
commit e845d9ba90
8 changed files with 326 additions and 50 deletions

View File

@@ -28,3 +28,7 @@ services:
$em: '@Doctrine\ORM\EntityManagerInterface'
$tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
Chill\PersonBundle\Search\SearchPersonApiProvider:
autowire: true
autoconfigure: true