]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/controller/html/class_HtmlDefaultController.php
Continued:
[core.git] / inc / main / classes / controller / html / class_HtmlDefaultController.php
index 6e72f3622a7d0226567cc692405d6502493c5a30..fc958b88bdb4c8f9d69522e5cfbd547630b1bc6f 100644 (file)
@@ -4,6 +4,7 @@ namespace CoreFramework\Controller\Default;
 
 // Import framework stuff
 use CoreFramework\Request\Requestable;
+use CoreFramework\Response\Responseable;
 
 /**
  * The default controller for all other web requests
@@ -60,7 +61,7 @@ class HtmlDefaultController 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) {