Skip to content

Commit e34ddd6

Browse files
committed
removed horizon:publish from Publish command
1 parent e77cabf commit e34ddd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Console/Commands/Publish.php

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public function handle(): void
2121
'mixpost:publish-assets --force=true',
2222
'vendor:publish --tag=mixpost-migrations',
2323
'vendor:publish --tag=mixpost-auth-assets',
24-
'horizon:publish',
2524
];
2625

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

0 commit comments

Comments
 (0)