mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-19 08:35:18 +00:00
Created Settings component and controller.
This commit is contained in:
15
classes/components/SettingsComponent.php
Normal file
15
classes/components/SettingsComponent.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Settings component
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
class SettingsComponents {
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
//Register component
|
||||
Components::register("settings", new SettingsComponents());
|
Reference in New Issue
Block a user