diff --git a/Config/rector.php b/Config/rector.php index b86b1b6..2c04b78 100644 --- a/Config/rector.php +++ b/Config/rector.php @@ -67,6 +67,7 @@ return static function (RectorConfig $rectorConfig) : void { $base . '/Tools', $base . '/cssOMS', $base . '/Admin/Install/Application', + $base . '/Modules/**/Admin/Install/Application', SimplifyEmptyCheckOnEmptyArrayRector::class, FlipTypeControlToUseExclusiveTypeRector::class, UnusedForeachValueToArrayKeysRector::class,