Replace DatasourceInterface with Selectable in Icinga/Protocol/Statusdat/Reader
refs #6542
This commit is contained in:
parent
c0b44c3248
commit
22e13ce282
|
@ -31,14 +31,14 @@ namespace Icinga\Protocol\Statusdat;
|
|||
|
||||
use Icinga\Util\File;
|
||||
use Icinga\Logger\Logger;
|
||||
use Icinga\Data\DatasourceInterface;
|
||||
use Icinga\Data\Selectable;
|
||||
use Icinga\Exception\ConfigurationError;
|
||||
|
||||
/**
|
||||
* Class Reader
|
||||
* @package Icinga\Protocol\Statusdat
|
||||
*/
|
||||
class Reader implements IReader, DatasourceInterface
|
||||
class Reader implements IReader, Selectable
|
||||
{
|
||||
/**
|
||||
* The default lifetime of the cache in milliseconds
|
||||
|
|
Loading…
Reference in New Issue