增加cloud命名空间

This commit is contained in:
JaguarJack 2019-01-26 18:30:09 +08:00
parent 250fc54735
commit 56362ae33f

View File

@ -26,7 +26,8 @@
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"app\\": "application", "app\\": "application",
"thinking\\socialite\\": "extend/socialite/src" "thinking\\socialite\\": "extend/socialite/src",
"thinking\\icloud\\": "extend/icloud/src"
} }
}, },
"extra": { "extra": {