Skip to content

Commit

Permalink
Register the service
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea committed May 13, 2022
1 parent 18d0a81 commit 10af8e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/drupal-9/drupal-9.1-deprecations.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
use DrupalRector\Rector\Deprecation\GetRawContentRector;
use DrupalRector\Rector\Deprecation\PassRector;
use DrupalRector\Rector\Deprecation\UiHelperTraitDrupalPostFormRector;
use DrupalRector\Rector\Deprecation\UserPasswordRector;
use Rector\PHPUnit\Set\PHPUnitSetList;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;

Expand Down Expand Up @@ -108,4 +109,5 @@
$services->set(ConstructFieldXpathRector::class);
$services->set(GetRawContentRector::class);
$services->set(GetAllOptionsRector::class);
$services->set(UserPasswordRector::class);
};

0 comments on commit 10af8e5

Please sign in to comment.