mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-10 17:50:14 +02:00
This is a facade for Monitoring\Backend right now. To be removed as soon as it got replaced everywhere. refs #7635
12 lines
216 B
PHP
12 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
|
|
{
|
|
}
|