Introduced namespaces:
[core.git] / inc / main / classes / registry / generic / class_Registry.php
index c63c537ff838cddc8a5b3597e933b1c92f5956d7..c3dd3f4eb5017e110f383bfee311eabf06bbf482 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Registry\Generic;
+
 /**
  * A registry for several data types and objects. Objects should be added by
  * addInstance() and therefore must implement the interface Registerable.
@@ -54,7 +57,6 @@ class Registry extends BaseRegistry implements Register {
                // Return the instance
                return self::$registryInstance;
        }
-}
 
+}
 // [EOF]
-?>