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\Logger\Logger;
|
||||
use Icinga\Data\DatasourceInterface;
|
||||
use Icinga\Exception\ConfigurationError;
|
||||
|
||||
/**
|
||||
* Class Reader
|
||||
* @package Icinga\Protocol\Statusdat
|
||||
*/
|
||||
class Reader implements IReader
|
||||
class Reader implements IReader, DatasourceInterface
|
||||
{
|
||||
/**
|
||||
* The default lifetime of the cache in milliseconds
|
||||
|
|
Loading…
Reference in New Issue