This commit is contained in:
2026-03-07 21:17:53 -06:00
parent 11ca220a84
commit 1906ca329c
15 changed files with 135 additions and 17 deletions
+1 -1
View File
@@ -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');
}
}