Skip to content

Commit

Permalink
Committing base DevTracker Class.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisheksaxena7 committed Apr 3, 2023
1 parent a70362d commit 1c366ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions force-app/main/default/classes/DevTracker.cls
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
public class DevTracker {
public void devTrackerUpdate(){
System.debug('Update Tracker');
}
}
5 changes: 5 additions & 0 deletions force-app/main/default/classes/DevTracker.cls-meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>53.0</apiVersion>
<status>Active</status>
</ApexClass>

0 comments on commit 1c366ee

Please sign in to comment.