This commit is contained in:
2022-09-05 18:17:31 +08:00
parent ac6c9af6d9
commit 85d19dcccf
+2 -2
View File
@@ -146,10 +146,10 @@ class Scanner extends BaseProcess
*/
public function timerReload()
{
$this->isReloading = TRUE;
$this->logger->warning('file change');
var_dump('file change');
$swow = \Kiri::getDi()->get(ServerInterface::class);
$swow->reload();