X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fclasses%2Fauth%2Fclass_CookieAuth.php;h=e08bb33b4c5a2b20bb160a80117a6a6ca5d1c720;hp=b6890c16fc1f86382271e7f81452f93402725c7d;hb=65f6c4366c9709c9c7c9070d903f1d948be0d5b0;hpb=68760af646a51cf18bd0e6e11e0ebfdeb324e0d2 diff --git a/inc/main/classes/auth/class_CookieAuth.php b/inc/main/classes/auth/class_CookieAuth.php index b6890c16..e08bb33b 100644 --- a/inc/main/classes/auth/class_CookieAuth.php +++ b/inc/main/classes/auth/class_CookieAuth.php @@ -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] -?> +}