- missing composer ending autoload backslashes

This commit is contained in:
Dave M. 2023-10-26 16:26:58 +00:00
parent 49fa532be8
commit 340421083c

View File

@ -25,7 +25,7 @@
],
"autoload": {
"psr-4": {
"Ulmus\\Api\\Gitea": "src/"
"Ulmus\\Api\\Gitea\\": "src/"
}
}
}