]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/stacker/filo/class_FiLoStacker.php
Continued:
[core.git] / inc / main / classes / stacker / filo / class_FiLoStacker.php
index 8450ed439317d4ec50231b8c1bba10b88c9464c8..f99a16b2352b855ecdcf6d21b5344dcb812edc60 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Stacker;
+
 /**
  * A FiLo Stacker class
  *
@@ -92,7 +95,5 @@ class FiLoStacker extends BaseStacker implements Stackable {
                // Call the protected method
                return parent::getLastValue($stackerName);
        }
-}
 
-// [EOF]
-?>
+}