Create ApiInterface.php

This commit is contained in:
Tony Roy 2021-03-10 18:41:26 -04:00 committed by GitHub
commit 6ceac5409d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
src/Api/ApiInterface.php Normal file
View file

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