2014-11-11 15:44:39 +01:00
|
|
|
<?php
|
2015-02-04 10:46:36 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
2014-11-11 15:44:39 +01:00
|
|
|
|
|
|
|
namespace Icinga\Module\Monitoring\Backend\Ido;
|
|
|
|
|
|
|
|
use Icinga\Module\Monitoring\Backend\MonitoringBackend;
|
|
|
|
|
|
|
|
class IdoBackend extends MonitoringBackend
|
|
|
|
{
|
|
|
|
}
|