This repository has been archived on 2024-06-26. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
sakura/_sakura/components/Comments.php
2015-09-15 22:37:29 +02:00

15 lines
158 B
PHP

<?php
/*
* A flexible comment system
*/
namespace Sakura;
class Comments
{
// Constructor
public function ___construct()
{
//
}
}