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/Upload.php
2015-09-15 22:37:29 +02:00

11 lines
75 B
PHP

<?php
/*
* File uploads handler
*/
namespace Sakura;
class Upload
{
}