Skip to content

Commit 7454b9c

Browse files
authored
Merge pull request #919 from hydephp/publishable-code-cleanup
Publishable code cleanup
2 parents 330ee8d + c9f5606 commit 7454b9c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

packages/framework/src/Console/Commands/PublishHomepageCommand.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
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
*/
2623
class PublishHomepageCommand extends Command

packages/framework/src/Console/Commands/UpdateConfigsCommand.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
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
*/
1716
class 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', [

0 commit comments

Comments
 (0)