fix: incorrect autoload namespace

This commit is contained in:
2024-03-09 23:36:53 +08:00
parent 32a73e155b
commit aeab0dfdbc
Signed by: LuoRain
GPG key ID: 16B4D3D5372966A6

View file

@ -27,7 +27,7 @@
], ],
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"FoskyM\\OAuthCenter\\": "src/" "RhodesIsland\\OAuthCenter\\": "src/"
} }
}, },
"extra": { "extra": {