joelbutcher / socialstream

OAuth for Laravel, simplified.
https://docs.socialstream.dev
MIT License
426 stars 64 forks source link

[6.x] Fix config not publishing for Laravel Breeze #368

Closed Supernova3339 closed 1 month ago

Supernova3339 commented 1 month ago

Removed an additional .php preventing config files from being published.

Summary

This pull request fixes an issue preventing the socialstream.php configuration file from being published

Explanation

There was a typo mistake made in src/SocialstreamServiceProvider.php that prevented the config/socialstream.php file from being published on any installation of Laravel Breeze

Checklist

joelbutcher commented 1 month ago

Thanks @Supernova3339

Supernova3339 commented 1 month ago

Thanks @Supernova3339

No problem! Sorry for the late response, didn't get a notification :/