]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/captcha/class_SolveableCaptcha.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / interfaces / captcha / class_SolveableCaptcha.php
index 05255e80de8ebac68d9a838e00dd0ffaedefaa0b..5f20ee596f4ada47e94bb2ec2c53044385c1e520 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+// Own namespace
+namespace CoreFramework\Captcha;
+
+// Import framework stuff
+use CoreFramework\Generic\FrameworkInterface;
+
+
 /**
  * An interface for solveable CAPTCHAs
  *
@@ -35,7 +42,5 @@ interface SolveableCaptcha extends FrameworkInterface {
         * @return      void
         */
        function renderCode ();
-}
 
-// [EOF]
-?>
+}