Skip to content

Commit 52a7ec8

Browse files
committed
Disable HydeInstallCommand pending reimplementation
1 parent 5b0c746 commit 52a7ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/src/HydeServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ protected function registerHydeConsoleCommands(): void
102102
Commands\HydeMakePostCommand::class,
103103
Commands\HydeMakePageCommand::class,
104104
Commands\HydeValidateCommand::class,
105-
Commands\HydeInstallCommand::class,
105+
// Commands\HydeInstallCommand::class,
106106
Commands\HydeDebugCommand::class,
107107
Commands\HydeServeCommand::class,
108108

0 commit comments

Comments
 (0)