Simplify the output of api results
This commit is contained in:
parent
83056df565
commit
fb6c3e2912
5 changed files with 8 additions and 11 deletions
|
@ -30,7 +30,6 @@ class Version extends BaseApi
|
|||
{
|
||||
public static function rawContent(array $parameters = [])
|
||||
{
|
||||
echo self::format('version', ['version' => '0.9.7']);
|
||||
exit;
|
||||
self::exit('version', ['version' => '0.9.7']);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue