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