aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-10-09 01:52:47 +0200
committerpolo <ordipolo@gmx.fr>2025-10-09 01:52:47 +0200
commit44f4110d53f58086b17d17afe81b0da0978d2a29 (patch)
tree175543508a44b390ee71e6ad62f03d055d0b585c
parent15cbf5d56b4644151d59fee512f5f8fbe496caa3 (diff)
downloadcms-44f4110d53f58086b17d17afe81b0da0978d2a29.zip
détail qui nique tout
-rw-r--r--src/view/AbstractBuilder.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/AbstractBuilder.php b/src/view/AbstractBuilder.php
index 0748df0..1f812d1 100644
--- a/src/view/AbstractBuilder.php
+++ b/src/view/AbstractBuilder.php
@@ -7,7 +7,7 @@ use App\Entity\Node;
7 7
8abstract class AbstractBuilder 8abstract class AbstractBuilder
9{ 9{
10 public const string VIEWS_PATH = '../src/view/templates/'; 10 public const VIEWS_PATH = '../src/view/templates/';
11 protected string $html = ''; 11 protected string $html = '';
12 protected int $id_node; 12 protected int $id_node;
13 13