diff --git a/rector.php b/rector.php index c229393..091c0bf 100644 --- a/rector.php +++ b/rector.php @@ -8,8 +8,8 @@ return static function (RectorConfig $rectorConfig): void { $rectorConfig->paths([ - __DIR__.'/app/src', - __DIR__.'/tests/backend', + __DIR__.'/src', + __DIR__.'/tests', ]); // register a single rule