This commit is contained in:
2020-09-15 19:37:13 +08:00
parent cc711aeafe
commit afcc3afd93
+3 -3
View File
@@ -28,9 +28,9 @@ class OnManagerStart extends Callback
if (Snowflake::isLinux()) { if (Snowflake::isLinux()) {
name('Server Manager.'); name('Server Manager.');
} }
$this->debug('start scanning...'); // $this->debug('start scanning...');
loadByDir(__DIR__ . '/../../'); // loadByDir(__DIR__ . '/../../');
$this->debug('scanning end...'); // $this->debug('scanning end...');
} }
} }