From 745f620e0d56ab86fd6833f5ac2e58bc430c165a Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 23 Jul 2024 11:05:18 +0000 Subject: [PATCH] Merge pull request #1879 from hydephp/hide-the-torchlight-install-command Hide the Torchlight install command https://github.com/hydephp/develop/commit/7c7c76c2a8c8d13317fa6ac82581a1ddcc4f1f12 --- config/commands.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/commands.php b/config/commands.php index d15ac8b7..eff75e1b 100644 --- a/config/commands.php +++ b/config/commands.php @@ -59,6 +59,7 @@ Symfony\Component\Console\Command\DumpCompletionCommand::class, Symfony\Component\Console\Command\HelpCommand::class, \Hyde\Console\Commands\DebugCommand::class, + \Torchlight\Commands\Install::class, ], /*