Deleted annotation.cache when execute di:init-proxy.

This commit is contained in:
李铭昕 2019-09-02 09:46:07 +08:00
parent c9f8eeb42b
commit d01fa287c6

View File

@ -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);
}