mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2026-05-05 15:46:10 +02:00
update DB_TYPE deprecation notice
This commit is contained in:
parent
7e403aae92
commit
54e8ab7e3d
@ -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";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user