Method constructor() removed, several small fixes
[shipsimu.git] / inc / config / class_FrameworkConfiguration.php
index dd19e195788cee64a62817d298a35addb8891167..9f919fa900bec40f2025dda1696365ee5dcef1bf 100644 (file)
@@ -43,9 +43,9 @@ class FrameworkConfiguration {
        const EXCEPTION_CONFIG_ENTRY_WAS_NOT_FOUND = 0xc01;
 
        /**
-        * Private constructor
+        * Protected constructor
         */
-       private function __construct () {
+       protected function __construct () {
                // Empty for now
        }