mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 10:47:44 +08:00
Deleted annotation.cache when execute di:init-proxy.
This commit is contained in:
parent
c9f8eeb42b
commit
d01fa287c6
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user