Fix Fatal error: Interface 'Identifiable' not found

refs #6630
This commit is contained in:
Eric Lippmann 2015-02-06 17:32:51 +01:00
parent ecfda1a6f5
commit 3a4c6e45b8
1 changed files with 1 additions and 1 deletions

View File

@ -3,8 +3,8 @@
namespace Icinga\Data\Tree;
use Identifiable;
use IteratorAggregate;
use Icinga\Data\Identifiable;
class TreeNode implements Identifiable, IteratorAggregate
{