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