This commit is contained in:
2026-03-08 04:57:52 -05:00
parent 8ce6fcec4d
commit f966549b99

View File

@@ -58,7 +58,7 @@ class EveLoginController extends Controller
);
//Add scopes to the scope database
EsiScope::where('character_id' => $characterId)->delete();
EsiScope::where(['character_id' => $characterId])->delete();
foreach($scopes as $scope) {
$data = new EsiScope;
$data->character_id = $characterId;