mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 06:44:33 +02:00
Revert "Fix PHP Fatal error "Interface Icinga\Data\DatasourceInterface not found in /vagrant/library/Icinga/Protocol/Statusdat/Reader.php on line 41""
This reverts commit 35e12c2053685a6951765a007a0e3f8c7999734f.
This commit is contained in:
parent
b04f9b91be
commit
c0b44c3248
@ -31,13 +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\Exception\ConfigurationError;
|
use Icinga\Exception\ConfigurationError;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class Reader
|
* Class Reader
|
||||||
* @package Icinga\Protocol\Statusdat
|
* @package Icinga\Protocol\Statusdat
|
||||||
*/
|
*/
|
||||||
class Reader implements IReader
|
class Reader implements IReader, DatasourceInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* 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