belated cleanup

This commit is contained in:
nobody 2020-08-11 20:37:10 -07:00
parent 3c0d3e0f24
commit d44c832ee5

View file

@ -2,13 +2,12 @@
namespace Zotlabs\Module;
use Zotlabs\Web\Controller;
class Apschema extends \Zotlabs\Web\Controller {
class Apschema extends Controller {
function init() {
$base = z_root();
$arr = [
'@context' => [
'zot' => z_root() . '/apschema#',