diff --git a/files/redaxo-main/rector.php.txt b/files/redaxo-main/rector.php.txt index 7b0702ca9..71aec2f0e 100644 --- a/files/redaxo-main/rector.php.txt +++ b/files/redaxo-main/rector.php.txt @@ -12,12 +12,7 @@ use Rector\Privatization\Rector as Privatization; use Rector\ValueObject\PhpVersion; use Redaxo\Rector\Rule as RedaxoRule; -require_once __DIR__ . '/.tools/rector/autoload.php'; - return RectorConfig::configure() - ->withBootstrapFiles([ - __DIR__ . '/.tools/constants.php', - ]) ->withPaths([ // restrict to core and core addons, ignore other locally installed addons 'redaxo/src/core/',