From 7c459cc9bcdf715bd3cad67f0c7c3abf62e2b098 Mon Sep 17 00:00:00 2001 From: whwyy Date: Tue, 23 Dec 2025 19:03:21 +0800 Subject: [PATCH] eee --- ServerProviders.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServerProviders.php b/ServerProviders.php index 749c8b3..be052ee 100644 --- a/ServerProviders.php +++ b/ServerProviders.php @@ -23,6 +23,6 @@ class ServerProviders extends Providers $server = $this->container->get(ServerCommand::class); $console = $this->container->get(Application::class); - $console->add($server); + $console->addCommands($server); } }