ComunicAPI/classes/components/SettingsComponent.php

15 lines
180 B
PHP
Raw Normal View History

<?php
/**
* Settings component
*
* @author Pierre HUBERT
*/
class SettingsComponents {
}
//Register component
Components::register("settings", new SettingsComponents());