aboutsummaryrefslogtreecommitdiff
path: root/src/callnotifier/CLI.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2019-03-13 17:01:30 +0100
committerChristian Weiske <cweiske@cweiske.de>2019-03-13 17:01:30 +0100
commit6ec5a125940846a9f7f1bb31d55b19e044db2c09 (patch)
treef7ec307cee6309d6b91783b23dfe616e8ba40cbe /src/callnotifier/CLI.php
parentd0ff3140a682f3adfd906bdb7ef116ba830ceeec (diff)
downloadauerswald-callnotifier-6ec5a125940846a9f7f1bb31d55b19e044db2c09.tar.gz
auerswald-callnotifier-6ec5a125940846a9f7f1bb31d55b19e044db2c09.zip
Add debug message output to call loggers
Diffstat (limited to 'src/callnotifier/CLI.php')
-rw-r--r--src/callnotifier/CLI.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/callnotifier/CLI.php b/src/callnotifier/CLI.php
index 0b8ae60..564a5f5 100644
--- a/src/callnotifier/CLI.php
+++ b/src/callnotifier/CLI.php
@@ -133,7 +133,7 @@ class CLI
*
* @return string Full path of config file or NULL if no file found
*/
- protected function getConfigFile()
+ public function getConfigFile()
{
if (basename(dirname(__DIR__)) == 'src'
&& file_exists(__DIR__ . '/../../data/callnotifier.config.php')
@@ -157,4 +157,4 @@ class CLI
}
}
-?> \ No newline at end of file
+?>