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:
Alexander Klimov 2014-06-27 12:21:29 +02:00
parent b04f9b91be
commit c0b44c3248
1 changed files with 2 additions and 1 deletions

View File

@ -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