Continued:
[core.git] / inc / main / classes / commands / html / class_HtmlDoFormCommand.php
index aab4248b471a5c772dfa61edba3e6b8f46972700..e5fd4e18807c552bbfeea1af8f4b9308cb362081 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Form;
+
 /**
  * A command for the form processor
  *
@@ -73,6 +76,3 @@ class HtmlDoFormCommand extends BaseCommand implements Commandable {
        }
 
 }
-
-// [EOF]
-?>