This commit is contained in:
2026-03-11 00:00:16 -05:00
parent 16fe1cc755
commit b4cf5ab2a1

View File

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