diff --git a/hyperf31_rector.php b/hyperf31_rector.php index 87e19fc..a6729fb 100644 --- a/hyperf31_rector.php +++ b/hyperf31_rector.php @@ -19,9 +19,9 @@ return static function (RectorConfig $rectorConfig): void { $rectorConfig->importNames(true, false); $rectorConfig->paths([ - __DIR__ . '/app', - __DIR__ . '/config', - __DIR__ . '/tests', + BASE_PATH . '/app', + BASE_PATH . '/config', + BASE_PATH . '/tests', ]); $rectorConfig