X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fauth%2Fclass_CookieAuth.php;fp=inc%2Fclasses%2Fmain%2Fauth%2Fclass_CookieAuth.php;h=edaed68503cb78c48c5350b6442cc200cddfe128;hp=0d8ed6bf75c30dfea5806b35dbcffa9b52802af7;hb=a3fa89c7cbc54491fc74f13db0927d14acf550c8;hpb=d42a36e7172e079d2ea3328d320e5be115b8bddb diff --git a/inc/classes/main/auth/class_CookieAuth.php b/inc/classes/main/auth/class_CookieAuth.php index 0d8ed6bf..edaed685 100644 --- a/inc/classes/main/auth/class_CookieAuth.php +++ b/inc/classes/main/auth/class_CookieAuth.php @@ -38,7 +38,7 @@ class CookieAuth extends BaseFrameworkSystem implements Authorizeable, Registera * @param $responseInstance An instance of a Responseable class * @return $loginInstance An instance of this login class */ - public final static function createCookieAuth (Responseable $responseInstance) { + public static final function createCookieAuth (Responseable $responseInstance) { // Get a new instance $loginInstance = new CookieAuth();