mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-23 22:09:29 +00:00
13 lines
152 B
PHP
13 lines
152 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Posts management class
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
class Posts {
|
||
|
|
||
|
}
|
||
|
|
||
|
//Register component
|
||
|
Components::register("posts", new Posts());
|