aboutsummaryrefslogtreecommitdiff
path: root/src/model/entities/NodeData.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/entities/NodeData.php')
-rw-r--r--src/model/entities/NodeData.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/model/entities/NodeData.php b/src/model/entities/NodeData.php
index ed94f1b..b0aaef9 100644
--- a/src/model/entities/NodeData.php
+++ b/src/model/entities/NodeData.php
@@ -13,6 +13,8 @@ use Doctrine\Common\Collections\Collection; // interface
13#[ORM\Table(name: TABLE_PREFIX . "node_data")] 13#[ORM\Table(name: TABLE_PREFIX . "node_data")]
14class NodeData 14class NodeData
15{ 15{
16 static array $social_networks = ['facebook', 'instagram', 'linkedin', 'github']; // à completer
17
16 #[ORM\Id] 18 #[ORM\Id]
17 #[ORM\GeneratedValue] 19 #[ORM\GeneratedValue]
18 #[ORM\Column(type: "integer")] 20 #[ORM\Column(type: "integer")]