]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/factories/index/class_FileStackIndexFactory.php
Continued:
[core.git] / inc / main / classes / factories / index / class_FileStackIndexFactory.php
index 9c57f78a90a0e756390ed64809b84966445b2325..b2a09bb9ef10b01044369c05849263423e5a8f82 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Factory\Filesystem\Stack;
+
 /**
  * A factory class for file-based stack indexes
  *
@@ -57,7 +60,5 @@ class FileStackIndexFactory extends ObjectFactory {
                // Return the instance
                return $indexInstance;
        }
-}
 
-// [EOF]
-?>
+}