Skip to content

Commit cd4cecd

Browse files
authored
Mark horizon:publish command as deprecated (#1708)
1 parent a745aa8 commit cd4cecd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Console/PublishCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
use Illuminate\Console\Command;
66
use Symfony\Component\Console\Attribute\AsCommand;
77

8+
/**
9+
* @deprecated This command no longer publishes Horizon assets.
10+
*/
811
#[AsCommand(name: 'horizon:publish')]
912
class PublishCommand extends Command
1013
{

0 commit comments

Comments
 (0)