mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-21 01:15:26 -04:00
6 lines
95 B
PHP
6 lines
95 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Icinga\Data;
|
||
|
|
|
||
|
|
interface ConnectionInterface extends Selectable, Queryable {};
|