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:
parent
0065cbe998
commit
b04f9b91be
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue