Code cleaning

This commit is contained in:
deaflynx 2020-12-18 14:39:55 +02:00
parent 8ef786acbf
commit 1ab1a8e085

View File

@ -78,6 +78,7 @@ public class CustomerServiceImpl extends AbstractEntityService implements Custom
@Autowired
private DashboardService dashboardService;
@Autowired
@Lazy
private TbTenantProfileCache tenantProfileCache;