mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-01-27 12:53:05 +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()); |