X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/59367b34178739c3aedb4d21e863f3cc58401a2d..refs/pull/205/head:/app/SocialAccount.php diff --git a/app/SocialAccount.php b/app/SocialAccount.php index 127b1e229..e7c9b4cc5 100644 --- a/app/SocialAccount.php +++ b/app/SocialAccount.php @@ -8,6 +8,6 @@ class SocialAccount extends Model public function user() { - return $this->belongsTo('BookStack\User'); + return $this->belongsTo(User::class); } }