From 44f4110d53f58086b17d17afe81b0da0978d2a29 Mon Sep 17 00:00:00 2001 From: polo Date: Thu, 9 Oct 2025 01:52:47 +0200 Subject: =?UTF-8?q?d=C3=A9tail=20qui=20nique=20tout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/AbstractBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; abstract class AbstractBuilder { - public const string VIEWS_PATH = '../src/view/templates/'; + public const VIEWS_PATH = '../src/view/templates/'; protected string $html = ''; protected int $id_node; -- cgit v1.2.3