Skip to content

Commit

Permalink
Disable HydeInstallCommand pending reimplementation
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 18, 2022
1 parent 5b0c746 commit 52a7ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/src/HydeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ protected function registerHydeConsoleCommands(): void
Commands\HydeMakePostCommand::class,
Commands\HydeMakePageCommand::class,
Commands\HydeValidateCommand::class,
Commands\HydeInstallCommand::class,
// Commands\HydeInstallCommand::class,
Commands\HydeDebugCommand::class,
Commands\HydeServeCommand::class,

Expand Down

0 comments on commit 52a7ec8

Please sign in to comment.