Chrisbjr\ApiGuard\Providers\Auth\Illuminate::user PHP Method

user() public method

Get the currently authenticated user.
public user ( ) : mixed
return mixed
    public function user()
    {
        return $this->auth->user();
    }