This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/Zotlabs/Web/Controller.php
2016-04-15 16:13:55 -07:00

12 lines
113 B
PHP

<?php
namespace Zotlabs\Web;
class Controller {
function init() {}
function post() {}
function get() {}
}