Continued:
[core.git] / inc / main / classes / filter / checkboxes / class_RulesAcceptedFilter.php
index a5a7a74eb11299cad0e2859e6613002ca6b0ade2..1a0729e28632e42a79ad7e98a4c27ec5e73e6d58 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filter\RulesCheckbox;
+
 /**
  * A filter for checking if the user has accepted the rules. This is mainly
  * used and done in registration process and should not be removed from your
@@ -71,7 +74,5 @@ class RulesAcceptedFilter extends BaseFilter implements Filterable {
                        throw new FilterChainException($this, self::EXCEPTION_FILTER_CHAIN_INTERCEPTED);
                } // END - if
        }
-}
 
-// [EOF]
-?>
+}