aboutsummaryrefslogtreecommitdiff
path: root/src/model/entities/NodeData.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-11-14 17:16:50 +0100
committerpolo <ordipolo@gmx.fr>2025-11-14 17:16:50 +0100
commit22da81bbcb9bb61fa484c9af6fbb667b685d2f9b (patch)
tree8854f14c16c58997df1798958ebdd857028920ff /src/model/entities/NodeData.php
parentd7707261c216e3cfe68662b2a935135cd9053583 (diff)
downloadcms-22da81bbcb9bb61fa484c9af6fbb667b685d2f9b.tar.gz
cms-22da81bbcb9bb61fa484c9af6fbb667b685d2f9b.tar.bz2
cms-22da81bbcb9bb61fa484c9af6fbb667b685d2f9b.zip
bricoles
Diffstat (limited to 'src/model/entities/NodeData.php')
-rw-r--r--src/model/entities/NodeData.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/entities/NodeData.php b/src/model/entities/NodeData.php
index 85cc0a6..b25b540 100644
--- a/src/model/entities/NodeData.php
+++ b/src/model/entities/NodeData.php
@@ -13,7 +13,7 @@ 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', 'whatsapp', 'snapchat', 'tiktok', 'linkedin', 'github']; // à completer 16 static array $social_networks = ['globe', 'facebook', 'instagram', 'whatsapp', 'snapchat', 'tiktok', 'linkedin', 'github']; // à completer
17 17
18 #[ORM\Id] 18 #[ORM\Id]
19 #[ORM\GeneratedValue] 19 #[ORM\GeneratedValue]