- Fixed the Namespace

This commit is contained in:
Dave Mc Nicoll 2023-03-29 13:46:46 -04:00
parent 941eac0ea8
commit 04b8078c54
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
], ],
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Negundo\\": "src/" "Negundo\\Client\\": "src/"
} }
} }
} }