]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/auth/class_CookieAuth.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / classes / auth / class_CookieAuth.php
index e08bb33b4c5a2b20bb160a80117a6a6ca5d1c720..a98999f4c954eb7d7936d98db081612894b9e311 100644 (file)
@@ -5,6 +5,7 @@ namespace CoreFramework\Auth;
 // Import framework stuff
 use CoreFramework\Object\BaseFrameworkSystem;
 use CoreFramework\Registry\Registerable;
+use CoreFramework\Response\Responseable;
 
 /**
  * A cookie-bases authorization class
@@ -116,7 +117,6 @@ class CookieAuth extends BaseFrameworkSystem implements Authorizeable, Registera
        /**
         * Updates the authorization data and/or sets additional tracking data
         *
-        * @param       $requestInstance        An instance of a Requestable class
         * @return      void
         */
        public function updateAuthData () {