Fix server creation in UI and API

This commit is contained in:
Dane Everitt 2018-03-02 23:11:30 -06:00
parent 0135f7ee8e
commit dff7e8f734
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 39 additions and 0 deletions

View file

@ -233,6 +233,8 @@ class ServerCreationService
'startup' => array_get($data, 'startup'),
'daemonSecret' => str_random(Node::DAEMON_SECRET_LENGTH),
'image' => array_get($data, 'image'),
'database_limit' => array_get($data, 'database_limit'),
'allocation_limit' => array_get($data, 'allocation_limit'),
]);
}