Correction constante obsolète

This commit is contained in:
Sylvain Philip 2024-09-09 15:40:32 +02:00
parent e6ac7c6c85
commit 315c37d3cc

View File

@ -9,7 +9,7 @@ foreach (require __DIR__ . '/../env.php' as $key => $val) {
} }
if (getenv('APP_DEBUG')) { if (getenv('APP_DEBUG')) {
Debugger::enable(Debugger::DEVELOPMENT); Debugger::enable(Debugger::Development);
} }
$config = require __DIR__ . '/../config/app.php'; $config = require __DIR__ . '/../config/app.php';