From 1e1e0ece82ae836cfaba70c868ad2665aa4adec0 Mon Sep 17 00:00:00 2001 From: Dumitru Botezatu Date: Tue, 14 May 2024 10:54:34 +0300 Subject: [PATCH] removed horizon:publish from Publish command --- app/Console/Commands/Publish.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Console/Commands/Publish.php b/app/Console/Commands/Publish.php index c155176..a8bf934 100644 --- a/app/Console/Commands/Publish.php +++ b/app/Console/Commands/Publish.php @@ -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')) {