We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5059987 commit 74c59f9Copy full SHA for 74c59f9
1 file changed
src/Models/Servers/Servers.php
@@ -85,7 +85,7 @@ public function create(
85
'json' => [
86
'name' => $name,
87
'server_type' => $serverType->id,
88
- 'datacenter' => $datacenter == null ? null : $datacenter->id,
+ // 'datacenter' => $datacenter == null ? null : $datacenter->id,
89
'location' => $location == null ? null : $location->id,
90
'image' => $image->id,
91
'start_after_create' => $startAfterCreate,
0 commit comments