Skip to content

Commit 8f79d50

Browse files
committed
Change composer.json namespace
1 parent 3d936a9 commit 8f79d50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
},
3131
"autoload": {
3232
"psr-4": {
33-
"GnaHotelSolutions\\LaravelTrailingSlash\\": "src"
33+
"GNAHotelSolutions\\LaravelTrailingSlash\\": "src"
3434
}
3535
},
3636
"autoload-dev": {
3737
"psr-4": {
38-
"GnaHotelSolutions\\LaravelTrailingSlash\\Tests\\": "tests"
38+
"GNAHotelSolutions\\LaravelTrailingSlash\\Tests\\": "tests"
3939
}
4040
},
4141
"scripts": {
@@ -49,7 +49,7 @@
4949
"extra": {
5050
"laravel": {
5151
"providers": [
52-
"GnaHotelSolutions\\LaravelTrailingSlash\\Providers\\LaravelTrailingSlashServiceProvider"
52+
"GNAHotelSolutions\\LaravelTrailingSlash\\Providers\\LaravelTrailingSlashServiceProvider"
5353
]
5454
}
5555
}

0 commit comments

Comments
 (0)