]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/captcha/class_SolveableCaptcha.php
Continued:
[core.git] / framework / main / interfaces / captcha / class_SolveableCaptcha.php
index 5f20ee596f4ada47e94bb2ec2c53044385c1e520..c17c370f39e1c59329dd44658beab5f051fa5aae 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 // Own namespace
-namespace CoreFramework\Captcha;
+namespace CoreFramework\Helper\Captcha;
 
 // Import framework stuff
 use CoreFramework\Generic\FrameworkInterface;
-
+use CoreFramework\Helper\Helper;
 
 /**
  * An interface for solveable CAPTCHAs
@@ -28,7 +28,7 @@ use CoreFramework\Generic\FrameworkInterface;
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-interface SolveableCaptcha extends FrameworkInterface {
+interface SolveableCaptcha extends Helper {
        /**
         * Initiates the CAPTCHA
         *