mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-12-28 03:52:27 +00:00
Optimized ORM Draft
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
namespace App\Entity\Attribut;
|
||||
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
use App\Entity\NodeInterface;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -10,9 +9,9 @@ use App\Entity\NodeInterface;
|
||||
*
|
||||
*/
|
||||
trait ParentAttribut {
|
||||
|
||||
/**
|
||||
*
|
||||
* @var ArrayCollection|NodeInterface[]
|
||||
* @var ArrayCollection
|
||||
*/
|
||||
protected $parents;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user