Allow to retrieve the quota itself via the provisioning api
This commit is contained in:
parent
a2942c3e94
commit
670bbc65c8
|
@ -622,6 +622,7 @@ class Users {
|
|||
'used' => $storage['used'],
|
||||
'total' => $storage['total'],
|
||||
'relative' => $storage['relative'],
|
||||
'quota' => $storage['quota'],
|
||||
];
|
||||
} catch (NotFoundException $ex) {
|
||||
$data = [];
|
||||
|
|
Loading…
Reference in New Issue