]> BookStack Code Mirror - bookstack/blobdiff - app/SocialAccount.php
Add Carbon localization support
[bookstack] / app / SocialAccount.php
index 127b1e2293a4790524dd337c792d356b21938c8b..e7c9b4cc5fb7c05b90d8c7f08ce7eee4fd5ac86d 100644 (file)
@@ -8,6 +8,6 @@ class SocialAccount extends Model
 
     public function user()
     {
-        return $this->belongsTo('BookStack\User');
+        return $this->belongsTo(User::class);
     }
 }