Skip to content

Commit

Permalink
Fixed autoload (#6)
Browse files Browse the repository at this point in the history
* Fixed autoload naming

* Fixed namespace

---------

Co-authored-by: Christoph Schläpfer <[email protected]>
  • Loading branch information
Anuril and Christoph Schläpfer authored Sep 29, 2023
1 parent f8d3416 commit 662d3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pve2_api.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/

namespace Symfony\Component\PVE2API;
namespace PVE2APIClient\PVE2APIClient\PVE2API;

use Symfony\Component\HttpClient\HttpClient;
use Symfony\Contracts\HttpClient\Exception\TransportExceptionInterface;
Expand Down

0 comments on commit 662d3fa

Please sign in to comment.