Version 0.9.5 beta - added example directory and plugin class for a basic layout
This commit is contained in:
16
application/module/users/plugins/users.php
Normal file
16
application/module/users/plugins/users.php
Normal 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
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user