We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45917a commit e0fd80dCopy full SHA for e0fd80d
src/Console/InstallCommand.php
@@ -34,7 +34,6 @@ public function handle()
34
$this->components->info('Installing Horizon resources.');
35
36
collect([
37
- 'Assets' => fn () => $this->callSilent('vendor:publish', ['--tag' => 'horizon-assets']) == 0,
38
'Service Provider' => fn () => $this->callSilent('vendor:publish', ['--tag' => 'horizon-provider']) == 0,
39
'Configuration' => fn () => $this->callSilent('vendor:publish', ['--tag' => 'horizon-config']) == 0,
40
])->each(fn ($task, $description) => $this->components->task($description, $task));
0 commit comments