From a28479d0fcb41955fe5381371261e9109f339d89 Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 1 Oct 2025 10:24:31 +0200 Subject: =?UTF-8?q?visibilit=C3=A9=20bouton=20Modifier=20la=20page,=20s?= =?UTF-8?q?=C3=A9curit=C3=A9=20si=20&mode=3Dpage=5Fmodif=20est=20utilis?= =?UTF-8?q?=C3=A9=20de=20mani=C3=A8re=20non=20attendue?= 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(-) (limited to 'src/view/AbstractBuilder.php') diff --git a/src/view/AbstractBuilder.php b/src/view/AbstractBuilder.php index 7b53010..dd83a42 100644 --- a/src/view/AbstractBuilder.php +++ b/src/view/AbstractBuilder.php @@ -7,7 +7,7 @@ use App\Entity\Node; abstract class AbstractBuilder { - protected const VIEWS_PATH = '../src/view/templates/'; + protected const string VIEWS_PATH = '../src/view/templates/'; protected string $html = ''; protected int $id_node; -- cgit v1.2.3