]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/helper/captcha/web/class_GraphicalCodeCaptcha.php
Introduced namespaces:
[core.git] / inc / main / classes / helper / captcha / web / class_GraphicalCodeCaptcha.php
index 783924b23b6cca187057a01ac5bd5c308539d49e..a380b310c8c2d2d334dc8fe9de8a786a11d80642 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Captcha;
+
+// Load framework stuff
+use CoreFramework\Generic\FrameworkInterface;
+
 /**
  * A solveable graphical code CAPTCHA
  *
@@ -151,7 +157,5 @@ class GraphicalCodeCaptcha extends BaseCaptcha implements SolveableCaptcha {
                // Get the content back
                $this->addContent($templateInstance->getRawTemplateData());
        }
-}
 
-// [EOF]
-?>
+}