From 01aa8335371fce4f7663eb1c16e4ef7f108e2bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Fri, 15 Dec 2023 15:58:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(bin):=20=E6=9B=B4=E6=96=B0=E4=BA=86?= =?UTF-8?q?=E8=BF=81=E7=A7=BB=E8=84=9A=E6=9C=AC=E7=9A=84=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李东云 --- hyperf31_rector.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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