File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
packages/framework/src/Console/Commands Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1818/**
1919 * Publish one of the default homepages.
2020 *
21- * @todo Refactor to use vendor:publish and to use code similar to {@see \Hyde\Console\Commands\PublishViewsCommand}
22- *
23- * @deprecated May be replaced by vendor:publish in the future.
2421 * @see \Hyde\Framework\Testing\Feature\Commands\PublishHomepageCommandTest
2522 */
2623class PublishHomepageCommand extends Command
Original file line number Diff line number Diff line change 1111/**
1212 * Publish the Hyde Config Files.
1313 *
14- * @deprecated May be replaced by vendor:publish in the future.
1514 * @see \Hyde\Framework\Testing\Feature\Commands\UpdateConfigsCommandTest
1615 */
1716class UpdateConfigsCommand extends Command
@@ -22,6 +21,9 @@ class UpdateConfigsCommand extends Command
2221 /** @var string */
2322 protected $ description = 'Publish the default configuration files ' ;
2423
24+ /** @var bool */
25+ protected $ hidden = true ;
26+
2527 public function handle (): int
2628 {
2729 Artisan::call ('vendor:publish ' , [
You can’t perform that action at this time.
0 commit comments