]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/image/class_ImageCodeCaptchaCommand.php
Continued:
[core.git] / inc / main / classes / commands / image / class_ImageCodeCaptchaCommand.php
index 3a02cb6bfb6a2c9daf490c717cd66127a1e5021f..c8f45222f4f17dd88c81fb57d78cfffa2f9f09e2 100644 (file)
@@ -1,10 +1,13 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Captcha;
+
 /**
  * A command for creating code CAPTCHAs
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -92,7 +95,5 @@ class ImageCodeCaptchaCommand extends BaseCommand implements Commandable {
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Extra filters here...
        }
-}
 
-// [EOF]
-?>
+}