From 26285a0941e2d829ef6d50fff29f64a6d817a98b Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Wed, 3 Oct 2018 16:53:13 +0200 Subject: [PATCH] Corrected Node Namepace --- application/src/Entity/Source/AbstractSource.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/src/Entity/Source/AbstractSource.php b/application/src/Entity/Source/AbstractSource.php index 9cc1e58..e536f6a 100644 --- a/application/src/Entity/Source/AbstractSource.php +++ b/application/src/Entity/Source/AbstractSource.php @@ -7,6 +7,7 @@ use Doctrine\ORM\Mapping as ORM; use JMS\Serializer\Annotation\Exclude; use App\Entity\NodeInterface; use App\Entity\AbstractEntity; +use App\Entity\Node; /** * @author kevinfrantz