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/News/News.php

    r891 r893  
    2828  }
    2929
    30   static function GetModels(): array
    31   {
    32     return array(
    33       'NewsCategory',
    34       'News',
    35     );
     30  function GetModels(): array
     31  {
     32    return array('NewsCategory', 'News');
    3633  }
    3734
Note: See TracChangeset for help on using the changeset viewer.