Skip to content

Commit 737ef41

Browse files
Merge pull request #47 from Laravel-Lang/3.x
Fixed service provider namespace in the `composer.json`
2 parents db09fd7 + dd40b8d commit 737ef41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"extra": {
6969
"laravel": {
7070
"providers": [
71-
"LaravelLangLocalesServiceProvider"
71+
"LaravelLang\\Locales\\LaravelLangLocalesServiceProvider"
7272
]
7373
}
7474
},

0 commit comments

Comments
 (0)