]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/lists/groups/class_ListGroupList.php
Fixed and continued:
[core.git] / inc / main / classes / lists / groups / class_ListGroupList.php
index 388ab613f41818fafae8abf73d2923c3cdf2f318..096f72c870184ffe7611cb8850c81b7aaaf88d2f 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\List\Group;
+
 /**
  * A ListGroup list
  *
@@ -63,7 +66,5 @@ class ListGroupList extends BaseList implements Listable {
        public function clearList () {
                $this->partialStub('Please implement this method.');
        }
-}
 
-// [EOF]
-?>
+}