feat: database anonymization command

This commit is contained in:
Björn Fromme
2026-08-10 11:19:44 +02:00
parent 73e66a9458
commit e89d8a43ad
5 changed files with 712 additions and 1 deletions
+8
View File
@@ -61,6 +61,14 @@ services:
arguments:
$connection: '@doctrine.dbal.default_connection'
App\Command\DbAnonymizeCommand:
arguments:
$environment: '%kernel.environment%'
App\Service\Common\DatabaseAnonymizer:
arguments:
$connection: '@doctrine.dbal.default_connection'
App\BusProNet\ApiClient:
arguments:
$logger: '@monolog.logger.bpn'