summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-04-14 15:24:34 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-04-14 15:24:34 +0300
commit54e8ab7e3d4fa99e9acfc069c963fe41cfb0cd32 (patch)
treeef2953bdba682371b0be05fa3c169cd3c35b9a46 /classes
parent7e403aae92166de6e83a5ab39738ea8ffe6eb713 (diff)
update DB_TYPE deprecation notice
Diffstat (limited to 'classes')
-rw-r--r--classes/Config.php2
1 files changed, 1 insertions, 1 deletions
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";