Continued:
[core.git] / inc / main / classes / commands / image / class_ImageCodeCaptchaCommand.php
index 2f6d25e7449a29e8b438eb2018981ebe4c92ea8b..c8f45222f4f17dd88c81fb57d78cfffa2f9f09e2 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Captcha;
+
 /**
  * A command for creating code CAPTCHAs
  *
@@ -92,7 +95,5 @@ class ImageCodeCaptchaCommand extends BaseCommand implements Commandable {
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Extra filters here...
        }
-}
 
-// [EOF]
-?>
+}