diff --git a/src/Bundle/ChillPersonBundle/DependencyInjection/ChillPersonExtension.php b/src/Bundle/ChillPersonBundle/DependencyInjection/ChillPersonExtension.php index a1d2ab0b3..1e4d5022f 100644 --- a/src/Bundle/ChillPersonBundle/DependencyInjection/ChillPersonExtension.php +++ b/src/Bundle/ChillPersonBundle/DependencyInjection/ChillPersonExtension.php @@ -738,20 +738,6 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac ], ], ], - [ - 'class' => \Chill\PersonBundle\Entity\PersonAltName::class, - 'name' => 'person_alt_names', - 'base_path' => '/api/1.0/person/config/alt_names', - 'base_role' => 'ROLE_USER', - 'actions' => [ - '_index' => [ - 'methods' => [ - Request::METHOD_GET => true, - Request::METHOD_HEAD => true, - ], - ], - ], - ], ], ]); }