Include oom_disabled
in application API request (#4262)
This commit is contained in:
parent
d7b387be3e
commit
9b531d5fd9
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ class StoreServerRequest extends ApplicationApiRequest
|
|||
'database_limit' => array_get($data, 'feature_limits.databases'),
|
||||
'allocation_limit' => array_get($data, 'feature_limits.allocations'),
|
||||
'backup_limit' => array_get($data, 'feature_limits.backups'),
|
||||
'oom_disabled' => array_get($data, 'oom_disabled'),
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue