Ignore:
Timestamp:
Jan 4, 2021, 9:55:40 PM (3 years ago)
Author:
chronos
Message:
  • Modified: More work on modules models initialization.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/API/API.php

    r890 r893  
    3333  }
    3434
    35   function DoInstall(): void
     35  function GetModels(): array
    3636  {
    37     $this->InstallModel(APIToken::GetDesc());
    38   }
    39 
    40   function DoUninstall(): void
    41   {
    42     $this->UninstallModel(APIToken::GetDesc());
     37    return array('APIToken');
    4338  }
    4439}
Note: See TracChangeset for help on using the changeset viewer.