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
changed line 191 on src/SocialstreamServiceProvider.php that fixes a typo in the Socialstream code base.
Checklist
[x] I've read this template
[x] I've checked reviewed this PR myself, ensuring consistency and quality with the rest of the project
[ ] I've given a good reason as to why this PR exposes new / removes existing user data
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 theconfig/socialstream.php
file from being published on any installation of Laravel Breezesrc/SocialstreamServiceProvider.php
that fixes a typo in the Socialstream code base.Checklist