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';