Skip to content

Commit e0fd80d

Browse files
authored
Remove leftover publishing command after simplified assets. (#1468)
1 parent a45917a commit e0fd80d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Console/InstallCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public function handle()
3434
$this->components->info('Installing Horizon resources.');
3535

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

0 commit comments

Comments
 (0)