Skip to content

Commit

Permalink
removed zfcuser entity config
Browse files Browse the repository at this point in the history
  • Loading branch information
ojhaujjwal committed Oct 29, 2014
1 parent 113490c commit bfbeb81
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/htprofileimage.global.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
];

0 comments on commit bfbeb81

Please sign in to comment.