]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/registry/class_
Continued:
[core.git] / framework / main / classes / registry / class_
index 3d679d40845365ec3515c847de240096a601ab2d..c3620c357ecf6c60297524df4e818c37c894e7f3 100644 (file)
@@ -55,7 +55,7 @@ class ???Registry extends BaseRegistry implements Register {
                if (is_null(self::$registryInstance)) {
                        // Not yet, so create one
                        self::$registryInstance = new ???Registry();
-               } // END - if
+               }
 
                // Return the instance
                return self::$registryInstance;