This commit is contained in:
DariusIII
2026-06-17 12:31:33 +02:00
parent 580f5a1589
commit 995c215be9
3 changed files with 1 additions and 2 deletions
@@ -38,4 +38,3 @@ class PurgeExpiredGdprExports extends Command
}
}
}
-1
View File
@@ -33,4 +33,3 @@ class GdprAuditService
]);
}
}
+1
View File
@@ -191,6 +191,7 @@ class GdprExportService
->map(fn (Payment $payment): array => $this->modelToArray($payment))
->all();
}
/**
* @param list<string> $redactedColumns
* @return array<int, array<string, mixed>>