From 878ee5d9c7fcf0279c6b3f6d02534ea49159b9cc Mon Sep 17 00:00:00 2001 From: nobohan Date: Fri, 4 Jun 2021 12:34:44 +0200 Subject: [PATCH] household address: correct household api entry point --- .../DependencyInjection/ChillPersonExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/DependencyInjection/ChillPersonExtension.php b/src/Bundle/ChillPersonBundle/DependencyInjection/ChillPersonExtension.php index 776d53780..5f80018b7 100644 --- a/src/Bundle/ChillPersonBundle/DependencyInjection/ChillPersonExtension.php +++ b/src/Bundle/ChillPersonBundle/DependencyInjection/ChillPersonExtension.php @@ -516,7 +516,7 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac ] ], [ - 'class' => \Chill\PersonBundle\Entity\Household::class, + 'class' => \Chill\PersonBundle\Entity\Household\Household::class, 'name' => 'household', 'base_path' => '/api/1.0/person/household', 'base_role' => 'ROLE_USER',