We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a137e6e + 58de612 commit b8271cfCopy full SHA for b8271cf
app/Repositories/ServerRepository.php
@@ -92,6 +92,7 @@ public function create(array $data)
92
'disk' => 'required|numeric|min:0',
93
'service' => 'required|numeric|min:1|exists:services,id',
94
'option' => 'required|numeric|min:1|exists:service_options,id',
95
+ 'location' => 'required|numeric|min:1|exists:locations,id',
96
'pack' => 'sometimes|nullable|numeric|min:0',
97
'startup' => 'string',
98
'custom_image_name' => 'required_if:use_custom_image,on',
0 commit comments