mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
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\Util\File;
|
||||||
use Icinga\Logger\Logger;
|
use Icinga\Logger\Logger;
|
||||||
use Icinga\Data\DatasourceInterface;
|
use Icinga\Data\Selectable;
|
||||||
use Icinga\Exception\ConfigurationError;
|
use Icinga\Exception\ConfigurationError;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class Reader
|
* Class Reader
|
||||||
* @package Icinga\Protocol\Statusdat
|
* @package Icinga\Protocol\Statusdat
|
||||||
*/
|
*/
|
||||||
class Reader implements IReader, DatasourceInterface
|
class Reader implements IReader, Selectable
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The default lifetime of the cache in milliseconds
|
* The default lifetime of the cache in milliseconds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user