ComunicAPI/classes/components/posts.php

13 lines
152 B
PHP
Raw Normal View History

2017-12-24 15:35:50 +00:00
<?php
/**
* Posts management class
*
* @author Pierre HUBERT
*/
class Posts {
}
//Register component
Components::register("posts", new Posts());