This commit is contained in:
2026-03-11 00:01:03 -05:00
parent b4cf5ab2a1
commit b06abca5f6

View File

@@ -122,7 +122,7 @@ class EveLoginController extends Controller
);
UserRole::updateOrCreate(
['character_id' => $character_id],
['character_id' => $characterId],
[
'role' => 'Guest',
'rank' => 0,