From d01fa287c6227237eb29dc52902b1e7e358c26ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=93=AD=E6=98=95?= <715557344@qq.com> Date: Mon, 2 Sep 2019 09:46:07 +0800 Subject: [PATCH] Deleted annotation.cache when execute di:init-proxy. --- src/di/src/Command/InitProxyCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/di/src/Command/InitProxyCommand.php b/src/di/src/Command/InitProxyCommand.php index 22adb3157..00c2cb838 100644 --- a/src/di/src/Command/InitProxyCommand.php +++ b/src/di/src/Command/InitProxyCommand.php @@ -91,7 +91,7 @@ class InitProxyCommand extends Command { $scanDirs = $this->getScanDir(); - $runtime = BASE_PATH . '/runtime/container/proxy/'; + $runtime = BASE_PATH . '/runtime/container/'; if (is_dir($runtime)) { $this->clearRuntime($runtime); }