From 315c37d3cc68480aeaa5d7c836a91fa4969d74d6 Mon Sep 17 00:00:00 2001 From: ilhooq Date: Mon, 9 Sep 2024 15:40:32 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20constante=20obsol=C3=A8te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.php b/web/index.php index facb31c..815a952 100644 --- a/web/index.php +++ b/web/index.php @@ -9,7 +9,7 @@ foreach (require __DIR__ . '/../env.php' as $key => $val) { } if (getenv('APP_DEBUG')) { - Debugger::enable(Debugger::DEVELOPMENT); + Debugger::enable(Debugger::Development); } $config = require __DIR__ . '/../config/app.php';