Remove space

This commit is contained in:
Michael 2021-11-08 21:54:55 +00:00
parent 3e676f9cf0
commit ac1b8b7b3a

View file

@ -35,7 +35,7 @@ class Test extends BaseApi
} else {
$ok = 'ok';
}
echo self::format('ok', ['ok' => $ok]);
exit;
}