Create ClientInterface.php

This commit is contained in:
Tony Roy 2021-03-10 18:36:01 -04:00 committed by GitHub
commit 2488a0d6a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
src/ClientInterface.php Normal file
View file

@ -0,0 +1,8 @@
<?php
namespace wickedsoft\NetBox;
interface ClientInterface
{
}