fixed provider in composer autodicsover

This commit is contained in:
philipp lang 2021-05-13 23:27:45 +02:00
parent 60465625b7
commit a34b16bd70
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
"extra": { "extra": {
"laravel": { "laravel": {
"providers": [ "providers": [
"Zoomyboy\\LaravelNami\\NamiServiceProvider" "Zoomyboy\\LaravelNami\\Providers\\NamiServiceProvider"
] ]
} }
} }