Initial commit

This commit is contained in:
Pierre Lannoy 2024-02-12 10:46:19 +01:00
commit f2dfcba6ce
Signed by: Pierre Lannoy
GPG key ID: D27231EF87D53F31
86 changed files with 170 additions and 167 deletions

View file

@ -1,9 +1,9 @@
<?php
namespace port389\NetBox\Api\Circuits;
namespace Hosterra\NetBox\Api\Circuits;
use GuzzleHttp\Exception\GuzzleException;
use port389\NetBox\Api\AbstractApi;
use Hosterra\NetBox\Api\AbstractApi;
class Providers extends AbstractApi
{