Updated code for the email signature while sending emails
This commit is contained in:
@@ -56,4 +56,8 @@ public class HubServiceImpl implements HubService {
|
||||
public HubResponseBean getHubByHubUuid(String uuid) {
|
||||
return hubDao.getHubByHubUuid(uuid);
|
||||
}
|
||||
@Override
|
||||
public HubEntity valdateHub(Long hubId) {
|
||||
return hubDao.validateHub(hubId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user