改名
This commit is contained in:
@@ -196,9 +196,9 @@ class ServerInotify extends Process
|
|||||||
$this->trigger_reload();
|
$this->trigger_reload();
|
||||||
$this->int = -1;
|
$this->int = -1;
|
||||||
$this->md5Map = [];
|
$this->md5Map = [];
|
||||||
$this->loadByDir(APP_PATH . 'app');
|
foreach ($this->dirs as $dir) {
|
||||||
$this->loadByDir(APP_PATH . 'routes');
|
$this->loadByDir($dir);
|
||||||
|
}
|
||||||
$this->isReloading = FALSE;
|
$this->isReloading = FALSE;
|
||||||
$this->isReloadingOut = FALSE;
|
$this->isReloadingOut = FALSE;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user