modify
This commit is contained in:
@@ -444,7 +444,6 @@ class Node extends HttpService
|
||||
*/
|
||||
public function restructure(): static
|
||||
{
|
||||
var_dump($this->handler);
|
||||
if (empty($this->handler)) {
|
||||
return $this;
|
||||
}
|
||||
|
||||
@@ -138,7 +138,6 @@ class Server extends HttpService
|
||||
public function start(): string
|
||||
{
|
||||
$configs = Config::get('servers', true);
|
||||
var_dump($configs);
|
||||
|
||||
Snowflake::clearWorkerId();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user