Ignore:
Timestamp:
Feb 17, 2021, 12:30:23 PM (3 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

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

    r895 r899  
    11<?php
    22
    3 class ModuleMonitoring extends AppModule
     3class ModuleMonitoring extends Module
    44{
    55  function __construct(System $System)
     
    1111    $this->License = 'GNU/GPLv3';
    1212    $this->Description = 'Monitoring for various states';
    13     $this->Dependencies = array();
    1413  }
    1514
Note: See TracChangeset for help on using the changeset viewer.