This repository has been archived on 2024-06-26. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
sakura/_sakura/components/Forum.php

13 lines
76 B
PHP
Raw Normal View History

2015-05-03 16:25:57 +00:00
<?php
/*
* Discussion Board
*/
namespace Sakura;
class Forum {
}