Skip to content

Commit ff43996

Browse files
committed
Removes stubs call
1 parent febe7a1 commit ff43996

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/FilamentCommentsServiceProvider.php

-8
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,6 @@ public function packageBooted(): void
6161
$this->getAssets(),
6262
$this->getAssetPackageName()
6363
);
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-
}
7264
}
7365

7466
protected function getAssetPackageName(): ?string

0 commit comments

Comments
 (0)