Continued:
[core.git] / inc / main / classes / auth / class_CookieAuth.php
index b6890c16fc1f86382271e7f81452f93402725c7d..e08bb33b4c5a2b20bb160a80117a6a6ca5d1c720 100644 (file)
@@ -3,6 +3,7 @@
 namespace CoreFramework\Auth;
 
 // Import framework stuff
+use CoreFramework\Object\BaseFrameworkSystem;
 use CoreFramework\Registry\Registerable;
 
 /**
@@ -122,7 +123,5 @@ class CookieAuth extends BaseFrameworkSystem implements Authorizeable, Registera
                $this->getResponseInstance()->refreshCookie('username');
                $this->getResponseInstance()->refreshCookie('u_hash');
        }
-}
 
-// [EOF]
-?>
+}