diff --git a/system/auth.php b/system/auth.php index 12dbe2dc..d4f037a2 100644 --- a/system/auth.php +++ b/system/auth.php @@ -33,7 +33,7 @@ class Auth { */ public static function check() { - return ( ! is_null(static::user())); + return ! is_null(static::user()); } /**