Continued:
[core.git] / inc / main / classes / controller / image / captcha / class_ImageCodeCaptchaController.php
index d8bb509c127a480e56c140a35aca5fe326572c5e..bb6b554e603eefabe35a620e0dc4283dfe8757ae 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Controller\Image\Captcha;
+
 /**
  * A controller for a code-based CAPTCHA where the user has to repeat a shown code
  *
@@ -63,7 +66,5 @@ class ImageCodeCaptchaController extends BaseController implements Controller {
                // Generic pre-post command execution
                $this->executeGenericPrePostCommand($requestInstance, $responseInstance);
        }
-}
 
-// [EOF]
-?>
+}