getConfigInstance() is now protected, factories added
[shipsimu.git] / inc / classes / main / class_BaseFrameworkSystem.php
index 4abdf2995886afc834c0f3ffefa31412df5de770..8dbbdaa9ab71a2827fdaab8433143381fce5cb76 100644 (file)
@@ -304,7 +304,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
         *
         * @return      $cfhInstance - Configuration instance
         */
-       public final function getConfigInstance () {
+       protected final function getConfigInstance () {
                return self::$cfgInstance;
        }