改名
This commit is contained in:
@@ -47,7 +47,7 @@ class ServerInotify extends Process
|
|||||||
Event::add($this->inotify, [$this, 'check']);
|
Event::add($this->inotify, [$this, 'check']);
|
||||||
Event::wait();
|
Event::wait();
|
||||||
} else {
|
} else {
|
||||||
$this->loadByDir(APP_PATH . '/app');
|
$this->loadByDir(APP_PATH . 'app');
|
||||||
Timer::tick(1000, [$this, 'tick']);
|
Timer::tick(1000, [$this, 'tick']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user