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'],
|
'used' => $storage['used'],
|
||||||
'total' => $storage['total'],
|
'total' => $storage['total'],
|
||||||
'relative' => $storage['relative'],
|
'relative' => $storage['relative'],
|
||||||
|
'quota' => $storage['quota'],
|
||||||
];
|
];
|
||||||
} catch (NotFoundException $ex) {
|
} catch (NotFoundException $ex) {
|
||||||
$data = [];
|
$data = [];
|
||||||
|
|
Loading…
Reference in New Issue