]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/response/console/class_ConsoleResponse.php
readConfig() is not naming convention, renamed to getConfigEntry()
[core.git] / inc / classes / main / response / console / class_ConsoleResponse.php
index 8320e47ebc23aea35a3cbdf471a3ece4f7e5140f..d7a76804cb778cff7e2968e2914a59a701b68236 100644 (file)
@@ -118,7 +118,7 @@ class ConsoleResponse extends BaseResponse implements Responseable {
         * @return      $defaultCommand         Default command for this response
         */
        public function getDefaultCommand () {
-               $defaultCommand = $this->getConfigInstance()->readConfig('default_console_command');
+               $defaultCommand = $this->getConfigInstance()->getConfigEntry('default_console_command');
                return $defaultCommand;
        }