Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Jun 10, 2016
2 parents 5129bdd + c1afbd4 commit 92e881f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ protected static function boot()
*/
public function user()
{
return $this->belongsTo(User::class, 'user_id');
return $this->belongsTo(\CMS::userModel(), 'user_id');
}

/**
Expand Down

0 comments on commit 92e881f

Please sign in to comment.