Implemented view for node

This commit is contained in:
Kevin Frantz
2018-09-20 16:03:00 +02:00
parent 1915c77d8c
commit ee1cef71b7
7 changed files with 117 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ use App\Entity\Attribut\LawAttribut;
/**
* @author kevinfrantz
* @ORM\Table(name="node")
* @ORM\Entity(repositoryClass="App\Repository\NodeRepository")
* @ORM\Entity()
*/
class Node extends AbstractEntity implements NodeInterface
{