Add debug message output to call loggers
[auerswald-callnotifier.git] / src / callnotifier / CLI.php
index 0b8ae60773c1cac7a48ca2dfa51776aa4b9bb7b2..564a5f5a1985692b828b6e8b39a4a5dd645d35e6 100644 (file)
@@ -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
+?>