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.
2 parents 782f82a + 2430c5e commit 1d95ef1Copy full SHA for 1d95ef1
src/ExportServiceProvider.php
@@ -16,9 +16,7 @@ public function boot(): void
16
17
$this->publishAssets();
18
19
- if (! $this->app->runningInConsole()) {
20
- Livewire::component('export-button', ExportButtonComponent::class);
21
- }
+ Livewire::component('export-button', ExportButtonComponent::class);
22
}
23
24
protected function publishAssets(): void
0 commit comments