mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-15 22:09:28 -04:00
11 lines
216 B
PHP
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
|
|
{
|
|
}
|