]> BookStack Code Mirror - bookstack/blobdiff - app/SocialAccount.php
Updated 'Spanish Argentina' translation.
[bookstack] / app / SocialAccount.php
index 127b1e2293a4790524dd337c792d356b21938c8b..fdba6a04fda2bc90ef439b68384457cf585d4b8b 100644 (file)
@@ -1,6 +1,5 @@
 <?php namespace BookStack;
 
-
 class SocialAccount extends Model
 {
 
@@ -8,6 +7,6 @@ class SocialAccount extends Model
 
     public function user()
     {
-        return $this->belongsTo('BookStack\User');
+        return $this->belongsTo(User::class);
     }
 }