Changeset 888 for trunk/Modules/Import/Import.php
- Timestamp:
- Dec 27, 2022, 7:50:23 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Import/Import.php
r880 r888 5 5 6 6 7 class ModuleImport extends AppModule7 class ModuleImport extends Module 8 8 { 9 9 function __construct(System $System) … … 18 18 } 19 19 20 function DoStart() 21 { 22 $this->System->RegisterPage( 'import', 'PageImport');20 function DoStart(): void 21 { 22 $this->System->RegisterPage(['import'], 'PageImport'); 23 23 } 24 24 }
Note:
See TracChangeset
for help on using the changeset viewer.