From 6ec5a125940846a9f7f1bb31d55b19e044db2c09 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 13 Mar 2019 17:01:30 +0100 Subject: Add debug message output to call loggers --- src/callnotifier/CLI.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/callnotifier/CLI.php') 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 +?> -- cgit v1.2.3