]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/html/class_HtmlLogoutCommand.php
Continued:
[core.git] / inc / main / classes / commands / html / class_HtmlLogoutCommand.php
index 47c8fd12998163f1e15aa93586e6c05370752ce5..df0a7ba1af22f1e8bfb1ec93cccbb4604599b80d 100644 (file)
@@ -1,10 +1,17 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Login;
+
+// Import framework stuff
+use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Request\Requestable;
+
 /**
  * A command for logout
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -83,7 +90,5 @@ class HtmlLogoutCommand extends BaseCommand implements Commandable {
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Empty for now
        }
-}
 
-// [EOF]
-?>
+}