diff --git a/src/SocialstreamServiceProvider.php b/src/SocialstreamServiceProvider.php index c145889..1ecb482 100644 --- a/src/SocialstreamServiceProvider.php +++ b/src/SocialstreamServiceProvider.php @@ -188,7 +188,7 @@ protected function bootLaravelBreeze(): void } $this->publishes([ - __DIR__.'/../config/socialstream.php.php' => config_path('socialstream.php'), + __DIR__.'/../config/socialstream.php' => config_path('socialstream.php'), ], 'socialstream-config'); $this->publishes([