X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/257a5a23ecaf7ce779969d575ff8a0b976181d13..refs/pull/3391/head:/app/Auth/SocialAccount.php diff --git a/app/Auth/SocialAccount.php b/app/Auth/SocialAccount.php index 804dbe629..6cf0224a8 100644 --- a/app/Auth/SocialAccount.php +++ b/app/Auth/SocialAccount.php @@ -1,14 +1,30 @@ -belongsTo(User::class); } + + /** + * {@inheritdoc} + */ + public function logDescriptor(): string + { + return "{$this->driver}; {$this->user->logDescriptor()}"; + } }