mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Updated Doctrine Entities
This commit is contained in:
@@ -5,7 +5,6 @@ namespace App\Entity\Source;
|
||||
use App\Entity\Attribut\NodeAttribut;
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
use JMS\Serializer\Annotation\Exclude;
|
||||
use App\Entity\Source\SourceInterface;
|
||||
use App\Entity\NodeInterface;
|
||||
use App\Entity\AbstractEntity;
|
||||
|
||||
@@ -25,7 +24,7 @@ abstract class AbstractSource extends AbstractEntity implements SourceInterface
|
||||
|
||||
/**
|
||||
* @var NodeInterface
|
||||
* @ORM\OneToOne(targetEntity="Node",cascade={"persist", "remove"})
|
||||
* @ORM\OneToOne(targetEntity="App\Entity\Node",cascade={"persist", "remove"})
|
||||
* @ORM\JoinColumn(name="node_id", referencedColumnName="id")
|
||||
* @Exclude
|
||||
*/
|
||||
|
Reference in New Issue
Block a user