icingaweb2/modules/monitoring/library/Monitoring/Backend.php
Eric Lippmann 5fa2e3cfdc Revert "Add license header"
This reverts commit 338d067aba.
2015-02-03 16:16:26 +01:00

11 lines
216 B
PHP

<?php
// TODO: obsolete, remove once MonitoringBackend is in use everywhere
namespace Icinga\Module\Monitoring;
use Icinga\Module\Monitoring\Backend\MonitoringBackend;
class Backend extends MonitoringBackend
{
}