Skip to content

Commit

Permalink
Fix globalRenameUserValidator
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega committed Mar 4, 2024
1 parent 95d035f commit 29760e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion includes/SpecialRemovePII.php
Expand Up @@ -67,9 +67,11 @@ public function __construct(
) {
parent::__construct( 'RemovePII', 'handle-pii' );

$this->config = $configFactory->makeConfig( 'RemovePII' );

$this->centralAuthAntiSpoofManager = $centralAuthAntiSpoofManager;
$this->centralAuthDatabaseManager = $centralAuthDatabaseManager;
$this->config = $configFactory->makeConfig( 'RemovePII' );
$this->globalRenameUserValidator = $globalRenameUserValidator;
$this->httpRequestFactory = $httpRequestFactory;
$this->jobQueueGroupFactory = $jobQueueGroupFactory;
$this->userFactory = $userFactory;
Expand Down

0 comments on commit 29760e5

Please sign in to comment.