change namespace

This commit is contained in:
2024-09-25 11:44:39 -05:00
parent ce7dae4be6
commit bd6b18bd11
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Hpz\\Phpvaultclient\\": "src/" "Hpz937\\Phpvaultclient\\": "src/"
} }
}, },
"authors": [ "authors": [

View File

@@ -1,6 +1,6 @@
<?php <?php
namespace Hpz\Phpvaultclient; namespace Hpz937\Phpvaultclient;
use Hpz937\Restclient\RestClient; use Hpz937\Restclient\RestClient;