8 lines
68 B
PHP
8 lines
68 B
PHP
<?php
|
|
|
|
namespace wickedsoft\NetBox;
|
|
|
|
interface ClientInterface
|
|
{
|
|
|
|
}
|