We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febe7a1 commit ff43996Copy full SHA for ff43996
src/FilamentCommentsServiceProvider.php
@@ -61,14 +61,6 @@ public function packageBooted(): void
61
$this->getAssets(),
62
$this->getAssetPackageName()
63
);
64
-
65
- if (app()->runningInConsole()) {
66
- foreach (app(Filesystem::class)->files(__DIR__ . '/../stubs/') as $file) {
67
- $this->publishes([
68
- $file->getRealPath() => base_path("stubs/filament-comments/{$file->getFilename()}"),
69
- ], 'filament-comments-stubs');
70
- }
71
72
}
73
74
protected function getAssetPackageName(): ?string
0 commit comments