Changeset 893 for trunk/Modules/API/API.php
- Timestamp:
- Jan 4, 2021, 9:55:40 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/API/API.php
r890 r893 33 33 } 34 34 35 function DoInstall(): void35 function GetModels(): array 36 36 { 37 $this->InstallModel(APIToken::GetDesc()); 38 } 39 40 function DoUninstall(): void 41 { 42 $this->UninstallModel(APIToken::GetDesc()); 37 return array('APIToken'); 43 38 } 44 39 }
Note:
See TracChangeset
for help on using the changeset viewer.