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