This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/_sakura/components/Forum/Posting.php
flashwave d6a3327d59 r20151203
Signed-off-by: Flashwave <me@flash.moe>
2015-12-03 19:41:14 +01:00

24 lines
303 B
PHP

<?php
/*
* Posting handler
*/
namespace Sakura\Forum;
use Sakura\Main;
use Sakura\Database;
use Sakura\User;
use Sakura\BBcode;
/**
* Class Posting
* @package Sakura
*/
class Posting
{
// Construct a new post action
public function __construct($forum, $thread = null) {
}
}