]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/controller/html/class_HtmlDefaultNewsController.php
Continued:
[core.git] / inc / main / classes / controller / html / class_HtmlDefaultNewsController.php
index 81d672ec8d982c162078089086e972d776a83a1c..4f777407b65a90ed3ae3b50d4b4f1fe0ec951abc 100644 (file)
@@ -4,6 +4,7 @@ namespace CoreFramework\Controller\News;
 
 // Import framework stuff
 use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Response\Responseable;
 
 /**
  * The default controller with news for e.g. home or news page
@@ -63,7 +64,7 @@ class HtmlDefaultNewsController 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) {