From a87d9b36dd10db797f06eab204d3b62b154d2030 Mon Sep 17 00:00:00 2001 From: Asel Date: Sun, 29 Mar 2020 09:42:49 -0700 Subject: [PATCH] Address capitalized --- PropertyMgt.iml | 3 ++- force-app/main/default/classes/PropertyController.cls | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PropertyMgt.iml b/PropertyMgt.iml index ae29224..66f670d 100644 --- a/PropertyMgt.iml +++ b/PropertyMgt.iml @@ -3,6 +3,7 @@ + \ No newline at end of file diff --git a/force-app/main/default/classes/PropertyController.cls b/force-app/main/default/classes/PropertyController.cls index 5429840..d660735 100644 --- a/force-app/main/default/classes/PropertyController.cls +++ b/force-app/main/default/classes/PropertyController.cls @@ -10,7 +10,7 @@ public with sharing class PropertyController { return [ SELECT Id, - address__c, + Address__c, city__c, state__c, description__c,