Skip to content

Commit

Permalink
Remove leftover publishing command after simplified assets. (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
joveice authored Jun 25, 2024
1 parent a45917a commit e0fd80d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public function handle()
$this->components->info('Installing Horizon resources.');

collect([
'Assets' => fn () => $this->callSilent('vendor:publish', ['--tag' => 'horizon-assets']) == 0,
'Service Provider' => fn () => $this->callSilent('vendor:publish', ['--tag' => 'horizon-provider']) == 0,
'Configuration' => fn () => $this->callSilent('vendor:publish', ['--tag' => 'horizon-config']) == 0,
])->each(fn ($task, $description) => $this->components->task($description, $task));
Expand Down

0 comments on commit e0fd80d

Please sign in to comment.