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