Skip to content

Commit 05b4aff

Browse files
committed
typo fix
1 parent 8fe16a3 commit 05b4aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"autoload": {
1111
"psr-4": {
12-
"Niamulhasan\\ApiDoctorSwagger\\": "src/"
12+
"NiamulHasan\\ApiDoctorSwagger\\": "src/"
1313
}
1414
},
1515
"authors": [
@@ -22,7 +22,7 @@
2222
"extra": {
2323
"laravel": {
2424
"providers": [
25-
"Niamulhasan\\ApiDoctorSwagger\\Providers\\ApiDoctorProvider"
25+
"NiamulHasan\\ApiDoctorSwagger\\Providers\\ApiDoctorProvider"
2626
]
2727
}
2828
}

0 commit comments

Comments
 (0)