Create ClientInterface.php
This commit is contained in:
parent
d227f82fea
commit
2488a0d6a6
1 changed files with 8 additions and 0 deletions
8
src/ClientInterface.php
Normal file
8
src/ClientInterface.php
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace wickedsoft\NetBox;
|
||||||
|
|
||||||
|
interface ClientInterface
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue