IdoBackend: concrete backend implementation
Nothing special to be found here. Not yet. refs #7635
This commit is contained in:
parent
19ab8237d4
commit
50b0ef45ff
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace Icinga\Module\Monitoring\Backend\Ido;
|
||||
|
||||
use Icinga\Module\Monitoring\Backend\MonitoringBackend;
|
||||
|
||||
class IdoBackend extends MonitoringBackend
|
||||
{
|
||||
}
|
Loading…
Reference in New Issue