Corrected Node Namepace

This commit is contained in:
Kevin Frantz 2018-10-03 16:53:13 +02:00
parent 6f20be38c9
commit 26285a0941

View File

@ -7,6 +7,7 @@ use Doctrine\ORM\Mapping as ORM;
use JMS\Serializer\Annotation\Exclude; use JMS\Serializer\Annotation\Exclude;
use App\Entity\NodeInterface; use App\Entity\NodeInterface;
use App\Entity\AbstractEntity; use App\Entity\AbstractEntity;
use App\Entity\Node;
/** /**
* @author kevinfrantz * @author kevinfrantz