From bfbeb815e39c1bb8f4356994b04133ad061e3abc Mon Sep 17 00:00:00 2001 From: Ujjwal Ojha Date: Wed, 29 Oct 2014 09:11:46 +0545 Subject: [PATCH] removed zfcuser entity config --- config/htprofileimage.global.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/htprofileimage.global.php b/config/htprofileimage.global.php index 86e8c15..a7bd63c 100644 --- a/config/htprofileimage.global.php +++ b/config/htprofileimage.global.php @@ -141,8 +141,5 @@ * You do not need to edit below this line */ return [ - 'htprofileimage' => $settings, - 'zfcuser' => [ - 'user_entity_class' => (isset($settings['enable_gender']) && $settings['enable_gender'] == true) ? "HtProfileImage\Entity\User" : "ZfcUser\Entity\User", - ] + 'htprofileimage' => $settings ];