diff --git a/ServerProviders.php b/ServerProviders.php index 868b841..944f8a5 100644 --- a/ServerProviders.php +++ b/ServerProviders.php @@ -30,6 +30,5 @@ class ServerProviders extends Providers $console = $this->container->get(Application::class); $console->add($server); - $console->add(new HotReload()); } }