Fixes PSR-4 namespace

This commit is contained in:
Pierre Lannoy 2024-02-12 12:25:25 +01:00
commit c8284674f4
Signed by: Pierre Lannoy
GPG key ID: D27231EF87D53F31

View file

@ -10,7 +10,7 @@
},
"autoload": {
"psr-4": {
"hosterra\\NetBox\\": "src/"
"Hosterra\\NetBox\\": "src/"
}
},
"minimum-stability": "stable",