Changeset 893 for trunk/Modules/News/News.php
- Timestamp:
- Jan 4, 2021, 9:55:40 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/News/News.php
r891 r893 28 28 } 29 29 30 static function GetModels(): array 31 { 32 return array( 33 'NewsCategory', 34 'News', 35 ); 30 function GetModels(): array 31 { 32 return array('NewsCategory', 'News'); 36 33 } 37 34
Note:
See TracChangeset
for help on using the changeset viewer.