Skip to content

Commit

Permalink
Merge pull request #11 from inovector/new-doc
Browse files Browse the repository at this point in the history
removed horizon:publish from Publish command
  • Loading branch information
lao9s authored May 14, 2024
2 parents 381ff4c + e34ddd6 commit 0bcf47f
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 @@ -21,7 +21,6 @@ public function handle(): void
'mixpost:publish-assets --force=true',
'vendor:publish --tag=mixpost-migrations',
'vendor:publish --tag=mixpost-auth-assets',
'horizon:publish',
];

collect($commands)->each(function (string $command) {
Expand Down

0 comments on commit 0bcf47f

Please sign in to comment.