Changeset 888 for trunk/Modules/AoWoW


Ignore:
Timestamp:
Dec 27, 2022, 7:50:23 PM (17 months ago)
Author:
chronos
Message:
  • Modified: Updated Common package to latest version.
  • Modified: Fixes related to PHP 8.x.
File:
1 edited

Legend:

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

    r880 r888  
    11<?php
    22
    3 class ModuleAoWoW extends AppModule
     3class ModuleAoWoW extends Module
    44{
    55  function __construct(System $System)
     
    1414  }
    1515
    16   function DoStart()
     16  function DoStart(): void
    1717  {
    18     $this->System->RegisterMenuItem(array(
     18    Core::Cast($this->System)->RegisterMenuItem(array(
    1919      'Title' => 'AoWoW',
    2020      'Hint' => 'Vyhledávací databáze podobná WoWHead s překlady',
Note: See TracChangeset for help on using the changeset viewer.