fix(bin): 更新了迁移脚本的目录

Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
This commit is contained in:
李东云
2023-12-15 15:58:23 +08:00
parent c02a08ca6b
commit 01aa833537

View File

@@ -19,9 +19,9 @@ return static function (RectorConfig $rectorConfig): void {
$rectorConfig->importNames(true, false); $rectorConfig->importNames(true, false);
$rectorConfig->paths([ $rectorConfig->paths([
__DIR__ . '/app', BASE_PATH . '/app',
__DIR__ . '/config', BASE_PATH . '/config',
__DIR__ . '/tests', BASE_PATH . '/tests',
]); ]);
$rectorConfig $rectorConfig