diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php index 8e9e364..cf11f4b 100644 --- a/src/ServiceProvider.php +++ b/src/ServiceProvider.php @@ -13,7 +13,7 @@ final class ServiceProvider extends BaseServiceProvider public function boot(): void { $stubFiles = [ - __DIR__ . '/Commands/stubs' => app_path('stubs'), + __DIR__ . '/Commands/stubs' => base_path('stubs'), ]; $this->publishes($stubFiles);