From a9145fc87c879473b85ade7ef546e664506c83d2 Mon Sep 17 00:00:00 2001 From: Tom Mitchelmore Date: Wed, 15 Oct 2025 11:18:37 +0100 Subject: [PATCH] Upgrade syntax --- config/app.php | 2 +- routes.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.php b/config/app.php index 78497723..1cce6685 100644 --- a/config/app.php +++ b/config/app.php @@ -47,7 +47,7 @@ 'logs' => [ 'enabled' => true, 'path' => false, - 'level' => Monolog\Logger::ERROR, + 'level' => Monolog\Level::Error, ], 'themeSupport' => [ diff --git a/routes.php b/routes.php index 4e089eba..9f65a01a 100644 --- a/routes.php +++ b/routes.php @@ -1,7 +1,7 @@ Hello World!');