From 662d3faf2fa25f33176d3f213237787bc2bc5d18 Mon Sep 17 00:00:00 2001 From: Christoph Schlaepfer <1939311+Anuril@users.noreply.github.com> Date: Fri, 29 Sep 2023 18:23:04 +0200 Subject: [PATCH] Fixed autoload (#6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixed autoload naming * Fixed namespace --------- Co-authored-by: Christoph Schläpfer --- src/pve2_api.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pve2_api.class.php b/src/pve2_api.class.php index a8e76be..726bc84 100755 --- a/src/pve2_api.class.php +++ b/src/pve2_api.class.php @@ -28,7 +28,7 @@ */ -namespace Symfony\Component\PVE2API; +namespace PVE2APIClient\PVE2APIClient\PVE2API; use Symfony\Component\HttpClient\HttpClient; use Symfony\Contracts\HttpClient\Exception\TransportExceptionInterface;