ComunicAPI/classes/components/posts.php
2017-12-24 16:35:50 +01:00

13 lines
152 B
PHP

<?php
/**
* Posts management class
*
* @author Pierre HUBERT
*/
class Posts {
}
//Register component
Components::register("posts", new Posts());