mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
style fixes for public json api
This commit is contained in:
parent
89e5b85fa7
commit
a16565a7fa
1 changed files with 0 additions and 2 deletions
|
|
@ -34,7 +34,6 @@ namespace OCP;
|
|||
* This class provides convinient functions to generate and send JSON data. Usefull for Ajax calls
|
||||
*/
|
||||
class JSON {
|
||||
|
||||
/**
|
||||
* @brief Encode and print $data in JSON format
|
||||
* @param array $data The data to use
|
||||
|
|
@ -170,5 +169,4 @@ class JSON {
|
|||
public static function checkAdminUser() {
|
||||
return(\OC_JSON::checkAdminUser());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue