Fix PHP Fatal error "Interface Icinga\Data\DatasourceInterface not found in /vagrant/library/Icinga/Protocol/Statusdat/Reader.php on line 41"

This commit is contained in:
Alexander Klimov 2014-06-23 13:12:59 +02:00
parent 0065cbe998
commit b04f9b91be
1 changed files with 1 additions and 2 deletions

View File

@ -31,14 +31,13 @@ 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, DatasourceInterface
class Reader implements IReader
{
/**
* The default lifetime of the cache in milliseconds