Skip to content

Commit 898201a

Browse files
authored
Update composer.json
1 parent 5b03eb8 commit 898201a

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
@@ -50,7 +50,7 @@
5050
},
5151
"autoload": {
5252
"psr-4": {
53-
"LearnCodeWeb\\filesupload\\": "LearnCodeWeb/filesupload/"
53+
"LearnCodeWeb\\Filesupload\\": "LearnCodeWeb/Filesupload/"
5454
}
5555
},
5656
"extra": {
@@ -59,10 +59,10 @@
5959
},
6060
"laravel": {
6161
"providers": [
62-
"LearnCodeWeb\\filesupload\\FilesUploadServiceProvider"
62+
"LearnCodeWeb\\Filesupload\\FilesUploadServiceProvider"
6363
],
6464
"aliases": {
65-
"Image": "LearnCodeWeb\\filesupload\\Facades\\FilesUpload"
65+
"Image": "LearnCodeWeb\\Filesupload\\Facades\\FilesUpload"
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)