<?php
-namespace Oxbow;
+namespace BookStack;
use Illuminate\Auth\Authenticatable;
use Illuminate\Database\Eloquent\Model;
*/
public function roles()
{
- return $this->belongsToMany('Oxbow\Role');
+ return $this->belongsToMany('BookStack\Role');
}
public function getRoleAttribute()
*/
public function socialAccounts()
{
- return $this->hasMany('Oxbow\SocialAccount');
+ return $this->hasMany('BookStack\SocialAccount');
}
/**