13 lines
317 B
PHP
13 lines
317 B
PHP
<?php
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
|
|
|
|
// TODO: obsolete, remove once MonitoringBackend is in use everywhere
|
|
|
|
namespace Icinga\Module\Monitoring;
|
|
|
|
use Icinga\Module\Monitoring\Backend\MonitoringBackend;
|
|
|
|
class Backend extends MonitoringBackend
|
|
{
|
|
}
|