Fix bug when modifying server descriptions
This commit is contained in:
parent
faaf27632c
commit
d3dba3fcf9
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ class UpdateServerDetailsRequest extends ServerWriteRequest
|
|||
return [
|
||||
'name' => $rules['name'],
|
||||
'user' => $rules['owner_id'],
|
||||
'description' => $rules['description'],
|
||||
'description' => array_merge(['nullable'], $rules['description']),
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue