]> git.mxchange.org Git - city.git/blobdiff - application/city/main/actions/html/class_HtmlCityLoginWelcomeAction.php
Some renames + new controller added
[city.git] / application / city / main / actions / html / class_HtmlCityLoginWelcomeAction.php
index 6407d6b82aab1748243e55ae234f9eedcaa47c84..27d576cee97337e98c4571f1e299c0a726520cfb 100644 (file)
@@ -55,13 +55,11 @@ class HtmlCityLoginWelcomeAction extends BaseCityAction implements Commandable,
         * @param       $requestInstance        An instance of a class with an Requestable interface
         * @param       $responseInstance       An instance of a class with an Responseable interface
         * @return      void
-        * @todo        0% done
+        * @todo        Maybe add more here?
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
                // Call parent execute method
                parent::execute($requestInstance, $responseInstance);
-
-               // Add your code here...
        }
 
        /**