1
0
Fork 0

Simplify the output of api results

This commit is contained in:
Michael 2021-11-09 06:42:59 +00:00
commit fb6c3e2912
5 changed files with 8 additions and 11 deletions

View file

@ -70,7 +70,6 @@ class Index extends BaseApi
];
}
echo self::format('events', ['events' => $items]);
exit;
self::exit('events', ['events' => $items]);
}
}