Skip to content

Commit

Permalink
Fix incorrect classname in laravel autodiscover config (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
dircm authored May 15, 2024
1 parent f4cc7f7 commit e5d357d
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 @@ -35,7 +35,7 @@
"extra": {
"laravel": {
"providers": [
"LivewireAutocomplete\\ServiceProvider"
"LivewireAutocomplete\\LivewireAutocompleteServiceProvider"
]
}
},
Expand Down

0 comments on commit e5d357d

Please sign in to comment.