13 lines
152 B
PHP
Raw Normal View History

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