Version 0.9.5 beta - added example directory and plugin class for a basic layout

This commit is contained in:
Stephan Kasdorf
2020-09-04 17:19:03 +02:00
parent 6c7191eb75
commit 0fdb5f8121

View File

@@ -0,0 +1,16 @@
<?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
{
}