streams/Zotlabs/Web/Controller.php
2016-04-15 16:13:55 -07:00

12 lines
No EOL
113 B
PHP

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