]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/filter/guest/class_UserNameIsGuestFilter.php
Continued:
[core.git] / inc / main / classes / filter / guest / class_UserNameIsGuestFilter.php
index 3a9fdf5be6139d2c43e643ccd1aaaafa6824a686..2ab3bcb195099f4c8e28b2cbafbd29f187454199 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filter\User\Username;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+use CoreFramework\Response\Responseable;
+
 /**
  * A filter for checking if username "guest" has been choosen as configured. If
  * so the password will be set to the configured password.
@@ -64,7 +71,5 @@ class UserNameIsGuestFilter extends BaseFilter implements Filterable {
                        $requestInstance->setRequestElement('pass2', $this->getConfigInstance()->getConfigEntry('guest_login_passwd'));
                } // END - if
        }
-}
 
-// [EOF]
-?>
+}