X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fclasses%2Fcontroller%2Fimage%2Fcaptcha%2Fclass_ImageCodeCaptchaController.php;h=165dfd76e1be0faefdaeb32be5c20cd5cf5414d4;hp=9abb18679e1b04cacf47050c4b248913b271113b;hb=9d7ec3e9729ea8a7a9418cf3f87a0e4bfcf4c3d5;hpb=e27845b8bbbf6ab70a56e5a364ce2fdd96f833f0 diff --git a/inc/main/classes/controller/image/captcha/class_ImageCodeCaptchaController.php b/inc/main/classes/controller/image/captcha/class_ImageCodeCaptchaController.php index 9abb1867..165dfd76 100644 --- a/inc/main/classes/controller/image/captcha/class_ImageCodeCaptchaController.php +++ b/inc/main/classes/controller/image/captcha/class_ImageCodeCaptchaController.php @@ -3,8 +3,11 @@ namespace CoreFramework\Controller\Image\Captcha; // Import framework stuff +use CoreFramework\Controller\BaseController; +use CoreFramework\Controller\Generic\Controller; use CoreFramework\Factory\ObjectFactory; use CoreFramework\Request\Requestable; +use CoreFramework\Response\Responseable; /** * A controller for a code-based CAPTCHA where the user has to repeat a shown code @@ -63,7 +66,7 @@ class ImageCodeCaptchaController extends BaseController implements Controller { * Handles the given request and response * * @param $requestInstance An instance of a Requestable class - * @param $responseInstance An instance of a Responsable class + * @param $responseInstance An instance of a Responseable class * @return void */ public function handleRequest (Requestable $requestInstance, Responseable $responseInstance) {