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,