Continued:
[core.git] / inc / main / interfaces / points / class_BookablePoints.php
index ea7aa9bef25d2e39e277cf51ef47320b950ffb74..e848b8e59156490f6c108d421263572869cdb94a 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\User\Points;
+
 /**
  * An interface for bookable points
  *
@@ -37,7 +40,5 @@ interface BookablePoints extends AddableCriteria {
         * @return      void
         */
        function bookPointsDirectly ($amount);
-}
 
-// [EOF]
-?>
+}