From 54e8ab7e3d4fa99e9acfc069c963fe41cfb0cd32 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 14 Apr 2025 15:24:34 +0300 Subject: update DB_TYPE deprecation notice --- classes/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Config.php b/classes/Config.php index 1921796db..798cc7001 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -26,7 +26,7 @@ class Config { /** this is kept for backwards/plugin compatibility, the only supported database is PostgreSQL * - * @deprecated could be replaced with default (and only) value: `pgsql` + * @deprecated usages of `Config::get(Config::DB_TYPE)` should be replaced with default (and only) value: `pgsql` or removed */ const DB_TYPE = "DB_TYPE"; -- cgit v1.2.3-54-g00ecf