aboutsummaryrefslogtreecommitdiff
path: root/src/bdrem/Config.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/bdrem/Config.php')
-rw-r--r--src/bdrem/Config.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bdrem/Config.php b/src/bdrem/Config.php
index f586ed3..693307e 100644
--- a/src/bdrem/Config.php
+++ b/src/bdrem/Config.php
@@ -45,6 +45,12 @@ class Config
public $daysNext;
/**
+ * Development helper
+ * @var boolean
+ */
+ public $debug;
+
+ /**
* Locale to render the dates in, e.g. "de_DE.UTF-8"
* @var string
*/