summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2020-06-21 11:29:26 +0100
committerGreg Roach <greg@subaqua.co.uk>2020-06-21 11:29:26 +0100
commitce6ed13250aad26e4a6ed690f0459865bc75712e (patch)
treedf97728b252c98a7b038fce55e00a2b8db2a60de
parentf91b18eb982c7e34a27d159389c9b2e0f48d8614 (diff)
downloadwebtrees-ce6ed13250aad26e4a6ed690f0459865bc75712e.tar.gz
webtrees-ce6ed13250aad26e4a6ed690f0459865bc75712e.tar.bz2
webtrees-ce6ed13250aad26e4a6ed690f0459865bc75712e.zip
Mark class Config as deprecated
-rw-r--r--app/Config.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Config.php b/app/Config.php
index 1a8500b9fb..c447ea06ad 100644
--- a/app/Config.php
+++ b/app/Config.php
@@ -22,6 +22,8 @@ namespace Fisharebest\Webtrees;
/**
* Application configuration data. Data here has no GUI to edit it,
* although most of it can be altered to customise local installations.
+ *
+ * @deprecated since 2.0.7. Will be removed in 2.1.0
*/
class Config
{