Skip to content

Commit

Permalink
removed horizon:publish from Publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
lao9s committed May 14, 2024
1 parent 132ecd1 commit 1e1e0ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Console/Commands/Publish.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public function handle(): void
$commands = [
'mixpost:publish-assets --force=true',
'vendor:publish --tag=mixpost-migrations --force',
'horizon:publish',
];

if($this->option('enterprise')) {
Expand Down

0 comments on commit 1e1e0ec

Please sign in to comment.