16 lines
400 B
PHP
16 lines
400 B
PHP
<?php
|
|
namespace Nibiru\Module\Users\Plugins;
|
|
/**
|
|
* Class Users
|
|
* @package Nibiru\Module\Users\Plugins
|
|
* @author: Stephan Kasdorf
|
|
* @date: 04.09.20
|
|
* @copyright: 2020 Nibiru Framework, you may copy the code,
|
|
* but have to inform the author about where it
|
|
* is used. So happy copying.
|
|
* @licence: BSD 4-Old License
|
|
*/
|
|
class Users
|
|
{
|
|
|
|
} |