16 lines
296 B
PHP
16 lines
296 B
PHP
<?php
|
|
namespace Nibiru\Module\Users\Interfaces;
|
|
/**
|
|
* @desc this file is for the autoloader to function properly,
|
|
* you might as well use it as the primary user interface for your
|
|
* application
|
|
* Created by PhpStorm.
|
|
* User: kasdorf
|
|
* Date: 28.08.18
|
|
* Time: 11:21
|
|
*/
|
|
|
|
interface Users
|
|
{
|
|
|
|
} |