diff --git a/Config/rector.php b/Config/rector.php index b0d6896..e36f214 100644 --- a/Config/rector.php +++ b/Config/rector.php @@ -23,9 +23,9 @@ return static function (RectorConfig $rectorConfig): void { ]); } elseif (\is_dir(__DIR__ . '/../../phpOMS')) { $rectorConfig->paths([ - __DIR__ . '/Model', - __DIR__ . '/Modules', - __DIR__ . '/phpOMS', + __DIR__ . '/../../Model', + __DIR__ . '/../../Modules', + __DIR__ . '/../../phpOMS', ]); } elseif (\is_dir(__DIR__ . '/../../tests')) { $rectorConfig->paths([__DIR__ . '/../..']);