testing
This commit is contained in:
@@ -26,6 +26,6 @@ class EsiScope extends Model
|
||||
];
|
||||
|
||||
public function user() {
|
||||
return $this->belongsTo(App\Models\User\User::class, 'character_id', 'character_id');
|
||||
return $this->belongsTo(App\Models\Auth\User::class, 'character_id', 'character_id');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user