Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
PwaServiceProvider should be PWAServiceProvider in order to work well with case sensitive system. Otherwise composer throws an error:

In ProviderRepository.php line 208:                                                            
  Class '\Ladumor\LaravelPwa\PwaServiceProvider' not found  
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
  • Loading branch information
da-sie authored Oct 5, 2021
1 parent be1f3b6 commit ed3de12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"extra": {
"laravel": {
"providers": [
"\\Ladumor\\LaravelPwa\\PwaServiceProvider"
"\\Ladumor\\LaravelPwa\\PWAServiceProvider"
],
"aliases": {
"LaravelPwa": "Ladumor\\LaravelPwa\\LaravelPwa"
Expand Down

0 comments on commit ed3de12

Please sign in to comment.