Files
nibiru-framework.com/core/i/soap.php
2017-06-16 12:21:21 +02:00

15 lines
130 B
PHP

<?php
/**
* Created by PhpStorm.
* User: skasdorf
* Date: 16.06.17
* Time: 10:44
*/
namespace Nibiru;
interface ISoap
{
}