Remove unnecessary parens from Auth::check.
This commit is contained in:
@@ -33,7 +33,7 @@ class Auth {
|
|||||||
*/
|
*/
|
||||||
public static function check()
|
public static function check()
|
||||||
{
|
{
|
||||||
return ( ! is_null(static::user()));
|
return ! is_null(static::user());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user