This commit is contained in:
2020-09-03 01:32:05 +08:00
parent 7b421bfc39
commit ab74fefc7c
+1 -1
View File
@@ -47,7 +47,7 @@ class ServerInotify extends Process
Event::add($this->inotify, [$this, 'check']);
Event::wait();
} else {
$this->loadByDir(APP_PATH . '/app');
$this->loadByDir(APP_PATH . 'app');
Timer::tick(1000, [$this, 'tick']);
}
}