netbox-php/src/ClientInterface.php

8 lines
68 B
PHP
Raw Normal View History

2021-03-10 18:36:01 -04:00
<?php
namespace wickedsoft\NetBox;
interface ClientInterface
{
}